Skip to content

Commit

Permalink
stest
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 17, 2024
1 parent cdb1706 commit 4fa5bb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEPLOY dapp
on:
push:
branches:
- deployWithGitHubAction
- none

jobs:
check:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: pnpm/[email protected]
with:
version: 8.5.1

- name: Build dapp
run: pnpm build-dapp
env:
Expand Down
15 changes: 9 additions & 6 deletions .github/workflows/test-forge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- dev
on: [push]

name: test

jobs:
check:
Expand All @@ -14,9 +13,13 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Run tests
run: forge test -vvv

- run: echo $HOME
- run: which foundryup
- run: which forge
- run: forge --version
- run: which foundryup

0 comments on commit 4fa5bb0

Please sign in to comment.