File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515 npm install
1616 npm test
1717
18- tests-with-token :
18+ e2e- tests-with-token :
1919 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == 'axel-op'
2020 strategy :
2121 fail-fast : false
@@ -35,12 +35,14 @@ jobs:
3535 run : |
3636 npm install
3737 npx tsc
38+ - name : Create dummy Java files
39+ run : touch Main.java
3840 - uses : ./
3941 with :
4042 skip-commit : true
4143 github-token : ${{ secrets.GITHUB_TOKEN }}
4244
43- tests-without-token :
45+ e2e- tests-without-token :
4446 strategy :
4547 fail-fast : false
4648 matrix :
5961 run : |
6062 npm install
6163 npx tsc
64+ - name : Create dummy Java files
65+ run : touch Main.java
6266 - uses : ./
6367 continue-on-error : ${{ matrix.os == 'macos-latest' }}
6468 with :
You can’t perform that action at this time.
0 commit comments