Skip to content

Commit

Permalink
test: run gir status manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 7, 2025
1 parent aea1604 commit b28914a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:
- run: docker compose up -d
- run: npx wait-on http-get://localhost:1080/example.com
- run: npm test
- uses: mskri/[email protected]
id: check-changes
- if: steps.check-changes.outputs.changes != ''
run: echo "There are uncommitted changes"
- run: if [[ `git status --porcelain` ]]; then git status --porcelain && exit 1; fi
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b28914a

Please sign in to comment.