Update .forgejo/workflows/export.yaml
Some checks failed
Export / Explore-GitHub-Actions (push) Failing after 5s

This commit is contained in:
Tommy 2024-08-05 16:12:24 +00:00
parent d7aa1a57bc
commit 4b11eb3d7b
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -5,13 +5,11 @@ jobs:
Explore-GitHub-Actions: Explore-GitHub-Actions:
runs-on: act-22.04 runs-on: act-22.04
steps: steps:
- run: echo "🐧 This job is now running on a ${{ runner.os }}!" - uses: actions/checkout@v4
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Install Nix
- name: Check out repository code uses: DeterminateSystems/nix-installer-action@v13
uses: actions/checkout@v4 - name: Run the Magic Nix Cache
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." uses: DeterminateSystems/magic-nix-cache-action@v7
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: Build server and client
- name: List files in the repository
run: | run: |
ls ${{ github.workspace }} nix develop
- run: echo "🍏 This job's status is ${{ job.status }}."