Skip to content

Commit

Permalink
Update build-prod-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 3, 2021
1 parent 67e02fe commit 6b91d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-prod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Run tests.
# See also https://docs.docker.com/docker-hub/builds/automated-testing/
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- name: Checkout code at build tag
Expand All @@ -36,7 +36,7 @@ jobs:
# # Ensure test job passes before pushing image.
# needs: test

# runs-on: ubuntu-latest
# runs-on: ubuntu-18.04

# steps:
# - name: Checkout code at build tag
Expand Down

0 comments on commit 6b91d1b

Please sign in to comment.