Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed May 20, 2024
1 parent 075b110 commit 9d84cfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: integration
# This is an integration test workflow that:
# - spins local nitro node
# - deploys and check every contract at `./examples` directory
# - runs integration test suite against all contracts deployed locally
# This is an integration workflow that runs following jobs:
# - integration-test: Spins local nitro node.
# Deploys and check every contract at `./examples` directory.
# Runs integration test suite against all contracts deployed locally.
permissions:
contents: read
on:
Expand All @@ -15,7 +15,7 @@ concurrency:
env:
CARGO_TERM_COLOR: always
jobs:
integration:
test:
name: integration testing suite
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9d84cfe

Please sign in to comment.