From 7cb0019594b6031018e92e39a08b5997cd1a6e68 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Tue, 28 Jul 2020 23:59:49 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2efdfd9..14c3751 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,8 @@ jobs: targetBrowser: IE_11 runs-on: ${{ matrix.config.os }} name: ${{ matrix.config.name }} + env: + TARGET_BROWSER: ${{ matrix.config.targetBrowser }} needs: build steps: - uses: actions/checkout@v2 @@ -81,10 +83,12 @@ jobs: uses: actions/download-artifact@v2 with: name: dist + path: dist - name: Download test-runner uses: actions/download-artifact@v2 with: name: build + path: build - name: Run browser tests if: ${{ matrix.config.xvfb != true }} run: npm run karma