]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: move bs tests to end
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 9 Jun 2022 13:42:09 +0000 (15:42 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
.github/workflows/test.yml

index b1963ed0926a857f3e849c1c2a8f8bbb868dc47c..e5fad8d678f0b1ca98201df94407cd54892c40f7 100644 (file)
@@ -39,6 +39,10 @@ jobs:
 
       # E2E testing
 
+      - run: pnpm run -r test:e2e:ci
+
+      # - uses: codecov/codecov-action@v2
+
       - name: 'Start BrowserStackLocal Tunnel'
         uses: 'browserstack/github-actions/setup-local@master'
         with:
@@ -52,7 +56,3 @@ jobs:
         uses: 'browserstack/github-actions/setup-local@master'
         with:
           local-testing: 'stop'
-
-      - run: pnpm run -r test:e2e:ci
-
-      # - uses: codecov/codecov-action@v2