We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b1fda commit c8f0c42Copy full SHA for c8f0c42
.github/workflows/continuous-deployment-workflow.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
test:
9
name: Test
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
container:
12
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
13
image: ghcr.io/day8/chrome-56:2
@@ -56,7 +56,7 @@ jobs:
56
release:
57
name: Release
58
needs: test
59
60
61
62
0 commit comments