Skip to content

Commit

Permalink
Chore: TODO-> add the right CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ogarciarevett committed Jun 26, 2024
1 parent 34e67dd commit 1916f70
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
name: test
# name: test

on:
push:
# on:
# push:

env:
FOUNDRY_PROFILE: ci
# env:
# FOUNDRY_PROFILE: ci

jobs:
check:
strategy:
fail-fast: true
# jobs:
# check:
# strategy:
# fail-fast: true

name: Foundry project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# name: Foundry project
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: recursive

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
# - 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 build
# run: |
# forge --version
# forge build --sizes
# id: build

- name: Run Forge tests
run: |
forge test -vvv
id: test
# - name: Run Forge tests
# run: |
# forge test -vvv
# id: test

0 comments on commit 1916f70

Please sign in to comment.