Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 11, 2023
1 parent e207866 commit 8eb495c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
build_server:
uses: ./.github/workflows/build_server.yml
test_server:
uses: ./.github/workflows/test_server.yml
needs: [build_server]
build:
name: Build ENState 🚀
runs-on: ubuntu-latest
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/build_server.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/test_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
working-directory: test
env:
RPC_URL: https://rpc.ankr.com/eth
OPENSEA_API_KEY: ${{ secrets.OPENSEA_API_KEY }}

0 comments on commit 8eb495c

Please sign in to comment.