Skip to content

Commit

Permalink
fix gh workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gierakowski committed Nov 30, 2024
1 parent a373762 commit acabe6c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/aarch64-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
permissions:
contents: read

- uses: actions/checkout@v4
with:
persist-credentials: false
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/nix-installer-action@main

- name: test emulator
run: |
./build-and-run-emulator.sh
- name: test emulator
run: |
./build-and-run-emulator.sh
15 changes: 8 additions & 7 deletions .github/workflows/x86_64-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
permissions:
contents: read

- uses: actions/checkout@v4
with:
persist-credentials: false
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/nix-installer-action@main

- name: test emulator
run: |
./build-and-run-emulator.sh
- name: test emulator
run: |
./build-and-run-emulator.sh
15 changes: 8 additions & 7 deletions .github/workflows/x86_64-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
permissions:
contents: read

- uses: actions/checkout@v4
with:
persist-credentials: false
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/nix-installer-action@main

- name: test emulator
run: |
./build-and-run-emulator.sh
- name: test emulator
run: |
./build-and-run-emulator.sh

0 comments on commit acabe6c

Please sign in to comment.