Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Oct 11, 2020
1 parent 8494088 commit 07d543a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -20,14 +20,13 @@ jobs:
name: Build Environment
needs: changes
runs-on: ubuntu-latest
if: ${{ needs.changes.outputs.env == 'true' }}

steps:
- name: Check out the repo
uses: actions/checkout@v2
if: ${{ needs.changes.outputs.env == 'true' }}
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
if: ${{ needs.changes.outputs.env == 'true' }}
with:
path: ./env
username: ${{ github.actor }}
Expand All @@ -41,6 +40,7 @@ jobs:
name: Run Tests
runs-on: ubuntu-latest
needs: build_env
if: "always()"

steps:
- name: Docker login
Expand Down

0 comments on commit 07d543a

Please sign in to comment.