mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update ci.yml
This commit is contained in:
parent
ebe9eccbd2
commit
7cb0019594
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -69,6 +69,8 @@ jobs:
|
|||||||
targetBrowser: IE_11
|
targetBrowser: IE_11
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.config.os }}
|
||||||
name: ${{ matrix.config.name }}
|
name: ${{ matrix.config.name }}
|
||||||
|
env:
|
||||||
|
TARGET_BROWSER: ${{ matrix.config.targetBrowser }}
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -81,10 +83,12 @@ jobs:
|
|||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
|
path: dist
|
||||||
- name: Download test-runner
|
- name: Download test-runner
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
|
path: build
|
||||||
- name: Run browser tests
|
- name: Run browser tests
|
||||||
if: ${{ matrix.config.xvfb != true }}
|
if: ${{ matrix.config.xvfb != true }}
|
||||||
run: npm run karma
|
run: npm run karma
|
||||||
|
Loading…
Reference in New Issue
Block a user