Skip to content

Commit

Permalink
Merge pull request #83 from stakedotlink/revert-80-feature/fix-zero-t…
Browse files Browse the repository at this point in the history
…ransfers

Revert "feat: Fix zero transfers and update event amount"
  • Loading branch information
1marcghannam authored Feb 6, 2024
2 parents 08c6057 + 93b0890 commit acf0a26
Show file tree
Hide file tree
Showing 57 changed files with 4,444 additions and 3,376 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
name: CI
on: [push]

env:
FOUNDRY_PROFILE: ci

jobs:
ci:
name: Lint & Test
runs-on: ubuntu-latest

steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
submodules: recursive
uses: actions/checkout@v2

- uses: actions/cache@v3
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

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

- name: Install Yarn dependencies
run: yarn install

Expand All @@ -41,6 +31,4 @@ jobs:
run: yarn compile

- name: Run tests
run: |
yarn test
forge test --no-match-test testFork -vvv
run: yarn test
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ deployments/localhost.json
.envrc
forge-cache/
.vscode
out
cache_forge
test/foundry/simulation
.openzeppelin/unknown-1337.json
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

Loading

0 comments on commit acf0a26

Please sign in to comment.