Skip to content

Commit

Permalink
Updated CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosh committed Mar 26, 2020
1 parent 5d1877b commit 4d03e7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

on:
push:
branches: [ next ]
branches: [ next, master ]
pull_request:
branches: [ next ]
branches: [ next, master ]


jobs:
Expand Down Expand Up @@ -38,6 +38,3 @@ jobs:
working-directory: tests
start: yarn serve
wait-on: http://localhost:1234
# config-file: tests/cypress.json
# spec: specs/*.spec.js
# browser: chrome

0 comments on commit 4d03e7e

Please sign in to comment.