fix(ci):remove changed since tests in github action

This commit is contained in:
Sam Tolmay 2020-11-20 15:44:52 +02:00
parent 3d693a668e
commit e59a358634

View File

@ -11,10 +11,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
- uses: actions/checkout@v2
with:
ref: ${{ github.base_ref }}
fetch-depth: 0
- uses: actions/checkout@v2
with:
fetch-depth: 0
@ -23,9 +19,6 @@ jobs:
- name: Build packages
run: yarn build
# Make tests fail faster
- name: Test changes since develop
run: yarn test --ignore='@lowdefy/format' -- --changedSince=${{ github.base_ref }}
# format tests don't pass on node 12 since icu is missing and tests don't work with locales
- name: Test packages
run: yarn test --ignore='@lowdefy/format'