-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea3d72f
commit 8fdd5a7
Showing
4 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,21 +33,21 @@ jobs: | |
- name: Setup gcloud | ||
uses: google-github-actions/setup-gcloud@v2 | ||
|
||
- name: Install system environment and project dependencies | ||
env: | ||
GITHUB_CI: "true" | ||
run: ./install.sh | ||
|
||
- name: Setup caching for test assets | ||
uses: actions/cache@v4 | ||
with: | ||
path: assets | ||
key: ${{ runner.os }}-${{ matrix.runner }}-assets | ||
restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets | ||
|
||
- name: Run tests | ||
uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: v0.25.0 | ||
cache: true | ||
run: pixi run all-tests-ci | ||
# - name: Install system environment and project dependencies | ||
# env: | ||
# GITHUB_CI: "true" | ||
# run: ./install.sh | ||
|
||
# - name: Setup caching for test assets | ||
# uses: actions/cache@v4 | ||
# with: | ||
# path: assets | ||
# key: ${{ runner.os }}-${{ matrix.runner }}-assets | ||
# restore-keys: ${{ runner.os }}-${{ matrix.runner }}-assets | ||
|
||
# - name: Run tests | ||
# uses: prefix-dev/[email protected] | ||
# with: | ||
# pixi-version: v0.25.0 | ||
# cache: true | ||
# run: pixi run all-tests-ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters