Skip to content

Commit 252dbe5

Browse files
committed
Remove shpec job
1 parent 5d5979a commit 252dbe5

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,3 @@ jobs:
139139
working-directory: ${{ matrix.dir }}
140140
run: cargo test --locked -- --ignored --test-threads 16
141141

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

Comments
 (0)