mirror of
https://github.com/tornadocash/tornado-classic-ui
synced 2024-02-02 15:04:09 +01:00
updated action for tests
This commit is contained in:
parent
036eef0d63
commit
01dfdbf207
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -139,4 +139,4 @@ jobs:
|
||||
message: ❗ Build failed for [${{ github.repository }}](https://github.com/${{ github.repository }}/actions) because of ${{ github.actor }}
|
||||
format: markdown
|
||||
to: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
|
@ -1,6 +1,8 @@
|
||||
name: pr tests
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
@ -74,7 +76,7 @@ jobs:
|
||||
- name: Checkout e2e-test repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ secrets.E2E_REPO }}
|
||||
repository: ${{ secrets.E2E_REPOSITORY }}
|
||||
ssh-key: ${{ secrets.ACCESS_KEY_E2E }}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
@ -106,7 +108,7 @@ jobs:
|
||||
- name: Checkout e2e-test repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: ${{ secrets.E2E_REPO }}
|
||||
repository: ${{ secrets.E2E_REPOSITORY }}
|
||||
ssh-key: ${{ secrets.ACCESS_KEY_E2E }}
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
@ -125,7 +127,7 @@ jobs:
|
||||
- name: Checkout registry ui
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: peppersec/test-registry-ui
|
||||
repository: ${{ secrets.E2E_TEST_REGISTRY_UI }}
|
||||
path: test-registry-ui
|
||||
- name: Install test registry ui
|
||||
working-directory: ./test-registry-ui/
|
||||
@ -350,4 +352,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v1.0.0
|
||||
with:
|
||||
name: screenshots
|
||||
path: screenshots/
|
||||
path: screenshots/
|
Loading…
x
Reference in New Issue
Block a user