Skip to content

Commit

Permalink
test against main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jul 14, 2023
1 parent d29c939 commit 5103a0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
nix-installer-branch: main
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand All @@ -42,7 +42,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
nix-installer-branch: main
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
reinstall: true
extra-conf: |
use-sqlite-wal = true
nix-installer-pr: 568
nix-installer-branch: main
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -86,7 +86,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
nix-installer-branch: main
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
logger: pretty
log-directives: nix_installer=trace
backtrace: full
nix-installer-pr: 568
nix-installer-branch: main
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand All @@ -133,7 +133,7 @@ jobs:
reinstall: true
extra-conf: |
use-sqlite-wal = true
nix-installer-pr: 568
nix-installer-branch: main
- name: Test `nix` with `$GITHUB_PATH`
if: success() || failure()
run: |
Expand Down

0 comments on commit 5103a0d

Please sign in to comment.