Skip to content

Commit

Permalink
Merge pull request #50 from hasadna/ci/add-build-job
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash authored Sep 18, 2023
2 parents df5605b + b7c5794 commit e65622c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-20.04
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,15 @@ jobs:
run: yarn
- name: Run lint
run: yarn lint

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Build
run: yarn build

0 comments on commit e65622c

Please sign in to comment.