Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Apr 19, 2024
1 parent 78e0c80 commit 927ee59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: TEST
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
Expand All @@ -16,12 +16,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: WebPageTest
uses: catchpoint/WebPageTest.github-action@update_packages
uses: catchpoint/WebPageTest.github-action@test_lb
with:
apiKey: ${{ secrets.WPT_API_KEY }}
urls: |
https://example.com/
https://example.com/about
label: 'GitHub Action Test'
label: "GitHub Action Test"
18 changes: 0 additions & 18 deletions .github/workflows/webpagetest-action.yml

This file was deleted.

0 comments on commit 927ee59

Please sign in to comment.