Skip to content

Commit

Permalink
Update GA test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Nov 15, 2024
1 parent dbc886e commit 990484d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,12 @@ jobs:
run: |
flake8 .
- name: Build binary in Ubuntu 18.04 environment - normal
run: |
mkdir -p ./dist
docker build . -t node-cli-builder
docker run -v /home/ubuntu/dist:/app/dist node-cli-builder scripts/build.sh test test normal
docker rm -f $(docker ps -aq)
- name: Check build - normal
run: sudo /home/ubuntu/dist/skale-test-Linux-x86_64

- name: Build binary in Ubuntu 20.04 environment - normal
run: |
scripts/build.sh test test normal
- name: Check build - sync
- name: Check build - normal
run: sudo /home/ubuntu/dist/skale-test-Linux-x86_64
- name: Build sync binary in Ubuntu 18.04 environment
run: |
mkdir -p ./dist
docker build . -t node-cli-builder
docker run -v /home/ubuntu/dist:/app/dist node-cli-builder scripts/build.sh test test sync
docker rm -f $(docker ps -aq)
- name: Check build - sync
run: sudo /home/ubuntu/dist/skale-test-Linux-x86_64-sync

- name: Build sync binary in Ubuntu 20.04 environment
run: |
Expand Down

0 comments on commit 990484d

Please sign in to comment.