Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent d62e1e3 commit 15e4005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
name: 'Build docker image'
name: 'Build image'
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
# # os: windows-latest
# # name: ${{ matrix.name }}
# # runs-on: ${{ matrix.os }}
name: Test image
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
test:
strategy:
fail-fast: false
matrix:
Expand All @@ -23,7 +23,10 @@ jobs:
os: macos-latest
- name: Windows
os: windows-latest
name: ${{ matrix.name }}
browser:
- chrome
- firefox
name: ${{ matrix.name }}/${{matrix.browser}}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 15e4005

Please sign in to comment.