Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rymndhng committed Oct 25, 2022
1 parent 3216133 commit 4d8239a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:

- name: Dry Run
run: make dryrun
id: integration-tests
env:
BABASHKA_CLASSPATH: src
INPUT_BUMP_VERSION_SCHEME: minor
INPUT_MAX_COMMITS: 5
INPUT_TAG_PREFIX: v
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
bb --classpath "src:test" run_tests.clj

dryrun:
bb --verbose --main release-on-push-action.core --dry-run
bb --verbose --classpath "src" --main release-on-push-action.core --dry-run

0 comments on commit 4d8239a

Please sign in to comment.