Skip to content

Commit

Permalink
Merge branch 'release/v0.13.0' of github.com:GoogleChromeLabs/ps-anal…
Browse files Browse the repository at this point in the history
…ysis-tool into feat/dynamic-web-stories
  • Loading branch information
amovar18 committed Dec 23, 2024
2 parents a1a8b7e + 12dd2e8 commit 9023085
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests-cli-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,3 @@ jobs:
- name: Run the tests
run: |
npm run test:cli:e2e
- name: Archive build artifacts
uses: actions/upload-artifact@v2
with:
name: my-artifact
path: cd tests/e2e-test/utils/
6 changes: 0 additions & 6 deletions .github/workflows/tests-extension-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- develop
- main
- release/*

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -66,8 +65,3 @@ jobs:
- name: Run the tests
run: |
npm run test:extension:e2e
- name: Archive build artifacts
uses: actions/upload-artifact@v2
with:
name: my-artifact
path: cd tests/e2e-test/utils/

0 comments on commit 9023085

Please sign in to comment.