Skip to content

Commit 99f99db

Browse files
committed
Updated nightly build script
1 parent 87cd04d commit 99f99db

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
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
@@ -49,12 +50,9 @@ jobs:
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
@@ -97,4 +95,4 @@ jobs:
9795

9896
# Run Maven to execute Playwright tests
9997
- name: Run Playwright Tests
100-
run: mvn verify
98+
run: mvn verify

0 commit comments

Comments
 (0)