Skip to content

Commit

Permalink
Update the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
nirajCITZ committed Aug 30, 2023
1 parent ca62aa4 commit 8a33311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
git clone https://github.com/bcgov/gwa-cli.git -b dev
cd gwa-cli
- name: Checkout Portal
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2
with:
Expand All @@ -50,9 +53,6 @@ jobs:
name: binary-artifact
path: ${{ github.workspace }}/e2e

- name: Checkout Portal
uses: actions/checkout@v2

- name: Build Docker Images
run: |
docker-compose build
Expand Down

0 comments on commit 8a33311

Please sign in to comment.