Skip to content

Commit

Permalink
experimenting runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonbeam69 committed Apr 26, 2024
1 parent 1aedaa0 commit d49d868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildandPushDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test results ${{ matrix.browser }}
name: test results
path: target/surefire-reports/

DevInt:
runs-on: [self-hosted]
needs: DevVer
strategy:
matrix:
browser: [ chrome, firefox, safari ]
browser: [chrome,firefox,safari]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 19
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: test results ${{ matrix.browser }}
name: test results ${{ matrix.browser }} - ${{ github.run_id }}
path: target/surefire-reports/

Production:
Expand Down

0 comments on commit d49d868

Please sign in to comment.