Skip to content

Commit

Permalink
Bump script version
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 28, 2023
1 parent 88170d1 commit ab16603
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Ping statistics server with test results
run: |
curl https://raw.githubusercontent.com/hydephp/develop/e2b92de554fb178851e7866482da961788865255/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
curl https://raw.githubusercontent.com/hydephp/develop/88170d155a54af475a534fdecb8296fbe7b00400/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}
system-testing:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Ping statistics server with test results
run: |
curl https://raw.githubusercontent.com/hydephp/develop/e2b92de554fb178851e7866482da961788865255/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
curl https://raw.githubusercontent.com/hydephp/develop/88170d155a54af475a534fdecb8296fbe7b00400/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo Smoke Tests" ${{ secrets.OPENANALYTICS_TOKEN }}
Expand Down Expand Up @@ -68,5 +68,5 @@ jobs:

- name: Ping statistics server with test results
run: |
curl https://raw.githubusercontent.com/hydephp/develop/e2b92de554fb178851e7866482da961788865255/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
curl https://raw.githubusercontent.com/hydephp/develop/88170d155a54af475a534fdecb8296fbe7b00400/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo Smoke Tests - Coverage" ${{ secrets.OPENANALYTICS_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Ping statistics server with test results
run: |
curl https://raw.githubusercontent.com/hydephp/develop/e2b92de554fb178851e7866482da961788865255/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
curl https://raw.githubusercontent.com/hydephp/develop/88170d155a54af475a534fdecb8296fbe7b00400/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo PR Test" ${{ secrets.OPENANALYTICS_TOKEN }}
test-matrix:
Expand All @@ -76,5 +76,5 @@ jobs:

- name: Ping statistics server with test results
run: |
curl https://raw.githubusercontent.com/hydephp/develop/e2b92de554fb178851e7866482da961788865255/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
curl https://raw.githubusercontent.com/hydephp/develop/88170d155a54af475a534fdecb8296fbe7b00400/monorepo/scripts/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Monorepo PR Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}

0 comments on commit ab16603

Please sign in to comment.