Skip to content

Commit

Permalink
seperate tests properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jul 4, 2024
1 parent 9ce9418 commit 3952378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-js.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Javascript Tests

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ env:
SUI_VERSION: mainnet-v1.25.3

jobs:
test:
test-js:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
run: |
sudo cp ./sui-binaries/sui /usr/local/bin/sui
sudo cp ./sui-binaries/sui-debug /usr/local/bin/sui-debug
ls sui-binaries
sudo cp ./sui-binaries/sui-test-validator-ubuntu-x86_64 /usr/local/bin/sui-test-validator
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-move.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Move Tests

on:
pull_request:
Expand All @@ -15,7 +15,7 @@ env:
SUI_VERSION: mainnet-v1.25.3

jobs:
test:
test-move:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 3952378

Please sign in to comment.