Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levisyin authored Jan 18, 2024
1 parent 231947d commit 042bd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
get-fuel-core-version:
runs-on: ubuntu-latest
outputs:
furl_core_version: ${{steps.get_fuel_core_ver.outputs.version}}
fuel_core_version: ${{steps.get_fuel_core_ver.outputs.version}}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
needs: get-fuel-core-version
services:
fuel-core:
image: ghcr.io/fuellabs/fuel-core:v${{ needs.get-fuel-core-version.outputs.furl_core_version }}
image: ghcr.io/fuellabs/fuel-core:v${{ needs.get-fuel-core-version.outputs.fuel_core_version }}
ports:
- 4000:4000
steps:
Expand Down Expand Up @@ -452,7 +452,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: fuel-core-bin
version: ${{ needs.get-fuel-core-version.outputs.furl_core_version }}
version: ${{ needs.get-fuel-core-version.outputs.fuel_core_version }}
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --locked --release
Expand Down

0 comments on commit 042bd72

Please sign in to comment.