File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 37
37
- sample-code/module-20-docker-start
38
38
- sample-code/module-20-docker
39
39
- sample-code/end-to-end
40
+ continue-on-error : true # Allow the job to continue even if one branch fails
40
41
steps :
41
42
# Check out the repository code for the specific branch
42
43
- name : Checkout repository
49
50
- name : Fetch specific branch
50
51
run : git fetch origin ${{ matrix.branch }} && git checkout ${{ matrix.branch }}
51
52
52
- # List contents of the test directory
53
- - name : List test files
53
+ - name : Show current branch
54
54
run : |
55
55
echo "Current branch: ${{ matrix.branch }}"
56
- echo "Test cases:"
57
- ls -R src/test/java/com/serenitydojo/playwright
58
56
59
57
# Set up Node.js
60
58
- name : Set up Node.js
97
95
98
96
# Run Maven to execute Playwright tests
99
97
- name : Run Playwright Tests
100
- run : mvn verify
98
+ run : mvn verify
You can’t perform that action at this time.
0 commit comments