Skip to content

Commit

Permalink
move sbt plugin to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 4, 2024
1 parent cfe9f94 commit 4e69854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
jobs:
test:
tests:
if: github.event.pull_request.draft == false
runs-on: [self-hosted, linux]
env:
Expand All @@ -33,6 +33,8 @@ jobs:
run: ./stainless-ci.sh --build-only
- name: Run Tests and Integration Tests
run: ./stainless-ci.sh --skip-build --skip-bolts --skip-sbt-plugin
- name: Sbt Plugin Tests
run: ./stainless-ci.sh --skip-build --skip-tests --skip-bolts
fail_if_pull_request_is_draft:
if: github.event.pull_request.draft == true
runs-on: [self-hosted, linux]
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/stainless-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
schedule:
- cron: '0 1 * * *'
jobs:
bolts-sbt-plugin:
bolts:
runs-on: [self-hosted, linux]
env:
# define Java options for both official sbt and sbt-extras
Expand All @@ -28,6 +28,4 @@ jobs:
- name: Build and Package
run: ./stainless-ci.sh --build-only
- name: Bolts Tests
run: ./stainless-ci.sh --skip-build --skip-tests --skip-sbt-plugin
- name: Sbt Plugin Tests
run: ./stainless-ci.sh --skip-build --skip-tests --skip-bolts
run: ./stainless-ci.sh --skip-build --skip-tests --skip-sbt-plugin

0 comments on commit 4e69854

Please sign in to comment.