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 1679ad2 commit 37b2016Copy full SHA for 37b2016
.github/workflows/tests.yml
@@ -31,4 +31,5 @@ jobs:
31
password: ${{ secrets.GITHUB_TOKEN }}
32
- name: Run CI tests
33
run: |
34
+ docker container run --rm -t -v "${{ github.workspace }}":/app -v go-modules:/go/pkg/mod ghcr.io/starfederation/datastar-dev -c 'task tools'
35
docker container run --rm -t -v "${{ github.workspace }}":/app -v go-modules:/go/pkg/mod ghcr.io/starfederation/datastar-dev -c 'task test'
0 commit comments