Skip to content

Commit

Permalink
Splitting out GCS test and build (#1361)
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
  • Loading branch information
helsaawy authored Apr 20, 2022
1 parent 98519f2 commit db5e1b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ jobs:
with:
go-version: '^1.17.0'

- name: Test
run: make test

- name: Pull busybox image
run: docker pull busybox

Expand All @@ -199,7 +202,5 @@ jobs:
run: |
docker export base_image_container | gzip > base.tar.gz
- name: Build And Test
run: |
BASE=./base.tar.gz
make all test
- name: Build
run: make BASE=./base.tar.gz all

0 comments on commit db5e1b1

Please sign in to comment.