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 3737 - sample-code/module-20-docker-start
3838 - sample-code/module-20-docker
3939 - sample-code/end-to-end
40+ continue-on-error : true # Allow the job to continue even if one branch fails
4041 steps :
4142 # Check out the repository code for the specific branch
4243 - name : Checkout repository
4950 - name : Fetch specific branch
5051 run : git fetch origin ${{ matrix.branch }} && git checkout ${{ matrix.branch }}
5152
52- # List contents of the test directory
53- - name : List test files
53+ - name : Show current branch
5454 run : |
5555 echo "Current branch: ${{ matrix.branch }}"
56- echo "Test cases:"
57- ls -R src/test/java/com/serenitydojo/playwright
5856
5957 # Set up Node.js
6058 - name : Set up Node.js
9795
9896 # Run Maven to execute Playwright tests
9997 - name : Run Playwright Tests
100- run : mvn verify
98+ run : mvn verify
You can’t perform that action at this time.
0 commit comments