Skip to content

Commit

Permalink
removed unused part
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Nov 18, 2024
1 parent f73eb11 commit f9b810f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,6 @@ on:
workflow_dispatch:

jobs:
build-example:
name: Build Example
runs-on: ubuntu-latest
env:
CI: false # might not need this. this refers to react ui related things.
strategy:
# build all examples independently
fail-fast: false
matrix:
project: []
install: ["clean-install"]
node-version: [16]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install, Build, and Test
run: |
cd "projects/${{ matrix.project }}"
yarn install
yarn build
yarn test
build-foundry-example:
name: Build Foundry Examples
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9b810f

Please sign in to comment.