Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
  • Loading branch information
Paulo Gomes committed Feb 10, 2022
1 parent 38ad635 commit f56a4c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Verify
run: make verify
- name: Run tests
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17.x
- name: Verify
run: make verify
- name: Run tests
run: |
mkdir tmp-download; cd tmp-download; go mod init go-download;
Expand Down Expand Up @@ -102,5 +106,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Verify
run: make verify
- name: Run tests
run: make test

0 comments on commit f56a4c1

Please sign in to comment.