Skip to content

Commit

Permalink
🔧 Only run release tests against erlang target.
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleigh-dot-dev committed Mar 26, 2024
1 parent 730860d commit a5b1b93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
echo "tag does not match version in gleam.toml, refusing to publish"
exit 1
- run: gleam format --check src test
- run: gleam test --target erlang
- run: gleam test --target javascript
- run: gleam test
- run: gleam publish -y
env:
HEXPM_USER: ${{ secrets.HEX_USERNAME }}
Expand Down

0 comments on commit a5b1b93

Please sign in to comment.