We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1615f97 commit ade5ebcCopy full SHA for ade5ebc
.github/workflows/ci.yml
@@ -22,10 +22,9 @@ jobs:
22
- uses: hpi-swa/setup-smalltalkCI@v1
23
with:
24
smalltalk-image: ${{ matrix.smalltalk }}
25
+ smalltalkCI-source: 'jbrichau/smalltalkCI'
26
- name: Run tests
27
run: smalltalkci -s ${{ matrix.smalltalk }}
- with:
28
- smalltalkCI-source: 'jbrichau/smalltalkCI'
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
shell: bash
0 commit comments