actions-testing/.gitea/workflows/demo.yaml

17 lines
351 B
YAML
Raw Normal View History

2023-07-15 11:16:34 +01:00
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
2023-07-15 22:24:25 +01:00
amd-docker:
2023-08-15 16:35:54 +01:00
runs-on: docker
2023-07-15 22:24:25 +01:00
steps:
2023-08-15 19:34:03 +01:00
- name: Cache Nix store
uses: actions/cache@v3.0.8
id: nix-cache
with:
path: /tmp/cache-me
key: "test-cache"
- run: echo "FOO" > /tmp/cache-me