Skip to content

Commit

Permalink
ci: move build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Oct 18, 2023
1 parent 063b2d6 commit 0efda61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- name: build
run: go build -tags desktop,production -ldflags "-w -s" -o tests/test_wallet main.go
run: go build -tags desktop,production -ldflags "-w -s" -o build/test_wallet main.go
- name: Run app
run: WALLET_PASSWORD=bonjour STANDALONE=1 xvfb-run ./tests/test_wallet &
run: WALLET_PASSWORD=bonjour STANDALONE=1 xvfb-run ./build/test_wallet &
- name: Move account file
run: |
mkdir -p ~/.config/massa-station-wallet
Expand Down

0 comments on commit 0efda61

Please sign in to comment.