-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into CNS-639-add-query-to-fetch-all-conflicts-tha…
…t-the-provider-is-reported
- Loading branch information
Showing
74 changed files
with
7,968 additions
and
4,633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Lava cli Tests | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
go: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: '0' | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: 1.20.5 | ||
|
||
|
||
# Setup Paths | ||
- name: home | ||
run: pwd && ls -l | ||
- name: ls usr | ||
run: ls -l /home/runner/work/lava/lava | ||
- name: cp lava | ||
run: cp -r ~/work/lava/lava ~/go/lava | ||
- name: export PATH | ||
run: export PATH=$PATH:/go:/go/bin:$(go env GOPATH)/bin:/usr/local:`pwd`:/home/runner/work/lava/lava/ | ||
- name: export GOPATH | ||
run: export GOPATH=$GOPATH:$(go env GOPATH):/go:/go/lava:/usr/local:`pwd` | ||
- name: export LAVA | ||
run: export LAVA=/home/runner/work/lava/lava | ||
- name: go env | ||
run: go env | ||
- name: pwd | ||
run: pwd | ||
- name: tree | ||
run: tree | ||
- name: ls -l | ||
run: ls -l | ||
|
||
- name: lavad cli test | ||
run: | | ||
chmod +x ./scripts/cli_test.sh | ||
./scripts/cli_test.sh | ||
killall lavad |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.