Skip to content

Commit

Permalink
fix: comment out int tests in cd for now (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce committed Sep 27, 2021
1 parent 1179456 commit 4df1eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build
- name: Run integration tests
run: ./gradlew integrationTest
# - name: Run integration tests
# run: ./gradlew integrationTest

- name: Set release
id: semrel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build
- name: Run integration tests
run: ./gradlew integrationTest
# - name: Run integration tests
# run: ./gradlew integrationTest

0 comments on commit 4df1eab

Please sign in to comment.