Skip to content

Commit

Permalink
add runs on property
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Jul 15, 2024
1 parent 11eec37 commit 5e85584
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:

build:
needs: setup

runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [lts/*]

steps:
- name: Build
run: yarn build
Expand Down

0 comments on commit 5e85584

Please sign in to comment.