Skip to content

Commit

Permalink
fix: XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigge committed Jul 19, 2022
1 parent 31c7575 commit 679fc45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
unit-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: ['16', '18.5.0']
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
ui-tests:
needs: unit-tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -81,7 +81,7 @@ jobs:
browser: ${{ matrix.browser }}
working-directory: packages/ui-tests
wait-on: 'http://localhost:9009'
command-prefix: yarn workspace practical-react-components-ui-tests
command-prefix: yarn

- name: Upload screenshots for failed UI tests
uses: actions/upload-artifact@v3
Expand All @@ -92,7 +92,7 @@ jobs:

docs:
needs: unit-tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:

deploy-docs:
needs: [docs, ui-tests]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Download docs files
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 679fc45

Please sign in to comment.