From 133038a74f1d4f00e2bffea80020437f66986792 Mon Sep 17 00:00:00 2001 From: Zouhir Date: Fri, 12 Jun 2020 21:12:42 -0700 Subject: [PATCH] renamed github action step for WPT --- .github/workflows/ci-unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-test.yml b/.github/workflows/ci-unit-test.yml index 3b0bf734..d14b987d 100644 --- a/.github/workflows/ci-unit-test.yml +++ b/.github/workflows/ci-unit-test.yml @@ -21,7 +21,7 @@ jobs: run: npm install - name: Build polyfill run: npm build - - name: Run Tests + - name: Web Platfom Tests (WPT) run: npm run test:sauce:run env: SAUCE_NAME: ${{secrets.sauce_name}}