Skip to content

Commit

Permalink
Merge pull request #162 from scalacenter/skip-submit-tests
Browse files Browse the repository at this point in the history
Skip submit tests
  • Loading branch information
adpi2 authored Feb 5, 2024
2 parents e86ed9c + 9e314f4 commit 845d240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
jvm: ${{ matrix.jvm }}
apps: sbt
- run: sbt test
- run: sbt scripted
- run: sbt "scripted dependency-manifest/*"
- run: sbt "scripted submit-snapshot/*"
if: github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter'

test-action:
if: github.event_name == 'push' || github.event.pull_request.head.repo.owner.login == 'scalacenter'
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
Expand Down

0 comments on commit 845d240

Please sign in to comment.