Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: DO-2152 Update test workflows #1304

Merged
merged 41 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
69a4d8f
update actions version and added go-junit-report
Mar 16, 2024
edef737
go-junit-report -> v2
Mar 16, 2024
8c65ffa
go install -> go get
Mar 16, 2024
30d49ca
added -v to go test
Mar 16, 2024
39c19a6
added |
Mar 16, 2024
c43d6c7
process report with test-summary/action@v2
Mar 16, 2024
8b24e15
go get -> go install
Mar 16, 2024
271c972
get -u
Mar 16, 2024
05f21fc
explicitly add GOPATH to PATH
Mar 16, 2024
d34711d
change to single run block
Mar 16, 2024
055a918
trying dorny/test-reporter@v1
Mar 16, 2024
18eb538
test-summary/action@v2
Mar 16, 2024
88323ba
single run block
Mar 16, 2024
aa06454
update lava sdk test workflow
Mar 16, 2024
3c5f8f6
remove junit report as it requires additional packages
Mar 16, 2024
6ea138d
update github action deps
Mar 16, 2024
8dda913
update Consensus deps and report results
Mar 16, 2024
f909753
typo
Mar 16, 2024
1d0d69b
explicitly report results
Mar 16, 2024
eb66a31
update e2e protocol tests
Mar 16, 2024
5224699
update cli tests actions
Mar 16, 2024
94f2b5a
update main actions version
Mar 16, 2024
75cac9e
update go test command
Mar 16, 2024
50e8cf1
using -out instead of >
Mar 16, 2024
769fb13
shorter test aummary comnmand
Mar 16, 2024
6a4c606
update go-junit-report commad
Mar 16, 2024
16da1ec
add test summary to e2e commands
Mar 16, 2024
be5c962
forgot to install go-junit-report
Mar 16, 2024
fae1bed
forgot to provide paths to test summary
Mar 16, 2024
0917ba7
testing dorny/test-reporter@v1
Mar 17, 2024
a44d418
remove artifact
Mar 17, 2024
cae86fd
using better report action
Mar 17, 2024
9a022fa
Update test suite naming
Mar 17, 2024
11d75cc
combine all tests to one workflow
Mar 17, 2024
f739b39
add Publish Test Results
Mar 17, 2024
7bb19a3
update permissions
Mar 17, 2024
cf7e0dd
Merge branch 'main' into DO-2152-update-tests-workflows
amitza Apr 21, 2024
6545c0d
Merge branch 'main' into DO-2152-update-tests-workflows
amitza Apr 25, 2024
58d9d89
moved to lava.yml
Apr 25, 2024
df0ea5b
remove lint
Apr 25, 2024
bc017bc
Merge branch 'main' into DO-2152-update-tests-workflows
amitza Apr 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/cli_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.5

Expand Down
82 changes: 0 additions & 82 deletions .github/workflows/consensus_tests.yml

This file was deleted.

245 changes: 0 additions & 245 deletions .github/workflows/e2e.yml

This file was deleted.

Loading
Loading