Skip to content

Commit f458eec

Browse files
authored
Jenkins tests
1 parent 51794f9 commit f458eec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/frontend_deploy_test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,12 @@ jobs:
3333
run:
3434
# rm -rf /var/www/app.qa.guru/html/*
3535
cp -r dist/* /var/www/app-stage.qa.guru/html/
36+
37+
runtest_jenkins:
38+
runs-on: stage-runner
39+
needs: yarn-and-node
40+
steps:
41+
- name: jenkins
42+
run: curl -X POST "https://jenkins.autotests.cloud/buildByToken/buildWithParameters?job=qa-guru-app-tests&token=$TOKEN&TAG=UI"
43+
env:
44+
TOKEN: ${{ secrets.JENKINS_TOKEN }}

0 commit comments

Comments
 (0)