We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25f920 commit 0e647e1Copy full SHA for 0e647e1
.github/workflows/test.yml
@@ -2,17 +2,18 @@ name: Run all tests
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ main ]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
11
test:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - name: Check out code
16
+ uses: actions/checkout@v2
17
18
- name: Use java ${{ matrix.java-version }}
19
uses: actions/setup-java@v2
@@ -24,4 +25,4 @@ jobs:
24
25
env:
26
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
27
HEADLESS: true
- run: mvn test
28
+ run: mvn test
0 commit comments