kopia lustrzana https://github.com/jupyterhub/repo2docker
rodzic
88acca0e8a
commit
a74369c5c7
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ env:
|
|||
jobs:
|
||||
# Job to run linter / autoformat
|
||||
lint:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
# Action Repo: https://github.com/actions/checkout
|
||||
- name: "Checkout repo"
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
# Previous job must have successfully completed for this job to execute
|
||||
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idneeds
|
||||
needs: lint
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
# - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategy
|
||||
strategy:
|
||||
fail-fast: false # Do not cancel all jobs if one fails
|
||||
|
|
Ładowanie…
Reference in New Issue