mirror of
https://github.com/lowdefy/lowdefy.git
synced 2024-12-09 05:41:08 +08:00
fix(ci):remove changed since tests in github action
This commit is contained in:
parent
3d693a668e
commit
e59a358634
7
.github/workflows/test-pulls.yml
vendored
7
.github/workflows/test-pulls.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user