We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dc343 commit a5fbaf6Copy full SHA for a5fbaf6
2 files changed
.github/workflows/prs.yml
@@ -0,0 +1,17 @@
1
+name: test Dataverse build
2
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - main
7
+jobs:
8
+ test:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
+ - uses: actions/setup-java@v3
13
+ with:
14
+ distribution: 'corretto'
15
+ java-version: '8'
16
+ cache: 'gradle'
17
+ - run: ./gradlew test --no-daemon
.gitignore
@@ -6,3 +6,4 @@
.project
.settings/
.gradle/
+.idea/
0 commit comments