Skip to content

Commit

Permalink
Update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
aefhm committed Oct 18, 2023
1 parent 393a0c7 commit 23f44a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
jobs:
hardhat-test:
contracts-test:
runs-on: ubuntu-latest
services:
sapphire-dev-ci:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build hardhat integration
working-directory: integrations/hardhat
run: pnpm build
- name: hardhat test contracts
- name: Test contracts with Hardhat
working-directory: contracts
run: pnpm hardhat test --network sapphire-dev-ci
- name: Build docs
Expand Down

0 comments on commit 23f44a0

Please sign in to comment.