actions-testing/.gitea/workflows/demo.yaml
Gabriel Simmer 70705545e3
Some checks failed
Gitea Actions Demo / amd-docker (push) Failing after 2s
Arm cache
2023-08-15 20:56:21 +01:00

17 lines
348 B
YAML

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