actions-testing/.gitea/workflows/demo.yaml
Gabriel Simmer 2c02ae65a9
Some checks failed
Gitea Actions Demo / amd-docker (push) Failing after 27s
Testing cache
2023-08-15 19:34:03 +01:00

17 lines
351 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
amd-docker:
runs-on: docker
steps:
- 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