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 15
15
npm install
16
16
npm test
17
17
18
- tests-with-token :
18
+ e2e- tests-with-token :
19
19
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == 'axel-op'
20
20
strategy :
21
21
fail-fast : false
@@ -35,12 +35,14 @@ jobs:
35
35
run : |
36
36
npm install
37
37
npx tsc
38
+ - name : Create dummy Java files
39
+ run : touch Main.java
38
40
- uses : ./
39
41
with :
40
42
skip-commit : true
41
43
github-token : ${{ secrets.GITHUB_TOKEN }}
42
44
43
- tests-without-token :
45
+ e2e- tests-without-token :
44
46
strategy :
45
47
fail-fast : false
46
48
matrix :
59
61
run : |
60
62
npm install
61
63
npx tsc
64
+ - name : Create dummy Java files
65
+ run : touch Main.java
62
66
- uses : ./
63
67
continue-on-error : ${{ matrix.os == 'macos-latest' }}
64
68
with :
You can’t perform that action at this time.
0 commit comments