Skip to content

Commit

Permalink
ci workflow: don't check initial substituter list (#90)
Browse files Browse the repository at this point in the history
* ci workflow: don't check initial substituter list

* ci workflow: s/macos-12/macos-13/g

* ci push dev shell: s/macos-12/macos-13/g

* DROP: ci debug
  • Loading branch information
colemickens authored Sep 26, 2024
1 parent 87b14cf commit 610ea75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ jobs:
uses: ./
with:
_internal-strict-mode: true
- name: Check the cache isn't enabled
run: |
[ $(nix config show substituters) == "https://cache.nixos.org/" ]

run-systems:
needs: build
Expand All @@ -89,7 +86,7 @@ jobs:
- nix-system: "aarch64-darwin"
runner: "macos-latest-xlarge"
- nix-system: "x86_64-darwin"
runner: "macos-12"
runner: "macos-13"
- nix-system: "aarch64-linux"
runner: "namespace-profile-default-arm64"
- nix-system: "x86_64-linux"
Expand All @@ -113,3 +110,9 @@ jobs:
if: github.event_name == 'merge_group'
run: |
.github/workflows/cache-test.sh
- name: Breakpoint if tests failed
if: failure()
uses: namespacelabs/breakpoint-action@v0
with:
duration: 30m
authorized-users: colemickens
2 changes: 1 addition & 1 deletion .github/workflows/flakehub-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- nix-system: "aarch64-darwin"
runner: "macos-latest-xlarge"
- nix-system: "x86_64-darwin"
runner: "macos-12"
runner: "macos-13"
- nix-system: "x86_64-linux"
runner: "ubuntu-22.04"
steps:
Expand Down

0 comments on commit 610ea75

Please sign in to comment.