mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Use stable sauce version
This commit is contained in:
parent
b3d7f5d63e
commit
b0f16bb1f1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/frontend-tests.yml
vendored
4
.github/workflows/frontend-tests.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 0/' -i settings.json
|
sed -e '/^ *"importExportRateLimiting":/,/^ *\}/ s/"max":.*/"max": 0/' -i settings.json
|
||||||
|
|
||||||
- uses: saucelabs/sauce-connect-action@v1.1.2
|
- uses: saucelabs/sauce-connect-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.SAUCE_USERNAME }}
|
username: ${{ secrets.SAUCE_USERNAME }}
|
||||||
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
||||||
|
@ -115,7 +115,7 @@ jobs:
|
||||||
- name: Remove standard frontend test files, so only plugin tests are run
|
- name: Remove standard frontend test files, so only plugin tests are run
|
||||||
run: rm src/tests/frontend/specs/*
|
run: rm src/tests/frontend/specs/*
|
||||||
|
|
||||||
- uses: saucelabs/sauce-connect-action@v1.1.2
|
- uses: saucelabs/sauce-connect-action@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.SAUCE_USERNAME }}
|
username: ${{ secrets.SAUCE_USERNAME }}
|
||||||
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue