We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5979a commit 252dbe5Copy full SHA for 252dbe5
.github/workflows/ci.yml
@@ -139,23 +139,3 @@ jobs:
139
working-directory: ${{ matrix.dir }}
140
run: cargo test --locked -- --ignored --test-threads 16
141
142
- shpec:
143
- runs-on: ubuntu-24.04
144
- container:
145
- image: heroku/heroku:${{ matrix.stack-version }}-build
146
- strategy:
147
- matrix:
148
- stack-version:
149
- - '22'
150
- buildpack-dir:
151
- - buildpacks/npm
152
- defaults:
153
- run:
154
- shell: bash
155
- steps:
156
- - name: Checkout
157
- uses: actions/checkout@v4
158
- - name: Install shpec
159
- run: sh -c "`curl -L https://raw.githubusercontent.com/rylnd/shpec/master/install.sh`"
160
- - name: Shpec unit tests on heroku-${{ matrix.stack-version }}
161
- run: shpec ${{ matrix.buildpack-dir }}/shpec/*_shpec.sh
0 commit comments