mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-21 18:48:13 +00:00
chore: remove unused github workflow file
This commit is contained in:
parent
8eab8f48a1
commit
ae1c053e1f
34
packages/contracts/.github/workflows/test.yml
vendored
34
packages/contracts/.github/workflows/test.yml
vendored
@ -1,34 +0,0 @@
|
||||
name: test
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
env:
|
||||
FOUNDRY_PROFILE: ci
|
||||
|
||||
jobs:
|
||||
check:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
|
||||
name: Foundry project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Foundry
|
||||
uses: foundry-rs/foundry-toolchain@v1
|
||||
with:
|
||||
version: nightly
|
||||
|
||||
- name: Run Forge build
|
||||
run: |
|
||||
forge --version
|
||||
forge build --sizes
|
||||
id: build
|
||||
|
||||
- name: Run Forge tests
|
||||
run: |
|
||||
forge test -vvv
|
||||
id: test
|
Loading…
x
Reference in New Issue
Block a user