Skip to content

Commit

Permalink
update github action test yaml (easegress-io#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Jun 28, 2022
1 parent f673d30 commit cb2674b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
go mod verify
go mod download
go test -v ./...
go test -v ./pkg/...
integration-test-ubuntu:
needs: [test, test-win]
runs-on: ubuntu-latest
Expand All @@ -65,7 +65,7 @@ jobs:

- name: Test
run: |
make httpserver_test
make integration_test
goreleaser:
runs-on: ubuntu-latest
needs: integration-test-ubuntu
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/test-pipeline.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- pipeline
paths:
- "**/*.go"
- "**/*.yaml"
Expand All @@ -15,6 +16,7 @@ on:
types: [opened, synchronize, reopened]
branches:
- main
- pipeline
paths:
- "**/*.go"
- "go.mod"
Expand Down Expand Up @@ -68,7 +70,6 @@ jobs:
go mod download
go test -v ./pkg/...
integration-test-ubuntu:
needs: [test, test-win]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -83,5 +84,4 @@ jobs:

- name: Test
run: |
make httpserver_test
make integration_test

0 comments on commit cb2674b

Please sign in to comment.