Skip to content

Commit

Permalink
Fix workflow (dexloom#41)
Browse files Browse the repository at this point in the history
* Remove environment form jobs

* fmt
  • Loading branch information
cakevm authored Oct 1, 2024
1 parent 4201e3e commit b3de3bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/loom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
if: github.repository == 'dexloom/loom'
name: make test
runs-on: ubuntu-latest
environment: default
env:
MAINNET_HTTP: ${{ secrets.SECRET_NODE_HTTP }}
MAINNET_WS: ${{ secrets.SECRET_NODE_WS }}
Expand All @@ -37,7 +36,6 @@ jobs:
if: github.repository == 'dexloom/loom'
name: make fmt-check
runs-on: ubuntu-latest
environment: default
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -49,7 +47,6 @@ jobs:
if: github.repository == 'dexloom/loom'
name: make clippy
runs-on: ubuntu-latest
environment: default
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
Expand Down

0 comments on commit b3de3bc

Please sign in to comment.