Update .forgejo/workflows/export.yaml
Some checks failed
Export / Explore-GitHub-Actions (push) Failing after 5s
Some checks failed
Export / Explore-GitHub-Actions (push) Failing after 5s
This commit is contained in:
parent
d7aa1a57bc
commit
4b11eb3d7b
1 changed files with 7 additions and 9 deletions
|
@ -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 }}."
|
|
Loading…
Reference in a new issue