Skip to content

Commit

Permalink
Exclude structurizr-graph tests from running via GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jan 9, 2024
1 parent 4e7e075 commit ab30296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew
run: ./gradlew -x :structurizr-graphviz:test

0 comments on commit ab30296

Please sign in to comment.