We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525865c commit f1c1d39Copy full SHA for f1c1d39
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Rust Cache
55
uses: Swatinem/rust-cache@v2.7.5
56
- name: Install Pack CLI
57
- uses: buildpacks/github-actions/setup-pack@v5.8.3
+ uses: buildpacks/github-actions/setup-pack@v5.8.8
58
- name: Run integration tests
59
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
60
run: cargo test --locked -- --ignored
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
- name: Pull builder and run images
82
run: |
83
docker pull "heroku/builder:24"
0 commit comments