Skip to content

Commit

Permalink
Moved smart contract workflow to the main .github dir (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrzypkows authored Jun 20, 2024
1 parent 477317c commit bfd9ba1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: test
name: sc_tests

on: workflow_dispatch

env:
FOUNDRY_PROFILE: ci

defaults:
run:
working-directory: SmartContracts

jobs:
check:
strategy:
Expand Down

0 comments on commit bfd9ba1

Please sign in to comment.