Skip to content

Commit

Permalink
test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed May 25, 2024
1 parent 429a413 commit 93e61ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/kinto-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: "Restore the cached build"
uses: "actions/cache/restore@v3"
with:
fail-on-cache-miss: true

- name: Install dependencies
uses: ./.github/actions/install-dependencies
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/temp-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: ci

on: [push]

jobs:
tests:
name: Test install foundry
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

0 comments on commit 93e61ff

Please sign in to comment.