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