Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
07388c62
Unverified
Commit
07388c62
authored
Mar 25, 2025
by
Georgy
Committed by
GitHub
Mar 25, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update e2e-tests.yml (#2651)
parent
07b7d724
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
e2e-tests.yml
.github/workflows/e2e-tests.yml
+24
-2
No files found.
.github/workflows/e2e-tests.yml
View file @
07388c62
...
...
@@ -50,5 +50,27 @@ jobs:
test
:
name
:
Run tests
needs
:
deploy_e2e
uses
:
blockscout/blockscout-ci-cd/.github/workflows/e2e_new.yaml@master
secrets
:
inherit
\ No newline at end of file
runs-on
:
ubuntu-latest
permissions
:
write-all
steps
:
-
name
:
Get Vault credentials
id
:
retrieve-vault-secrets
uses
:
hashicorp/vault-action@v2.4.1
with
:
url
:
https://vault.k8s.blockscout.com
role
:
ci-dev
path
:
github-jwt
method
:
jwt
tlsSkipVerify
:
false
exportToken
:
true
secrets
:
|
ci/data/dev/github token | WORKFLOW_TRIGGER_TOKEN ;
-
name
:
Trigger tests
uses
:
convictional/trigger-workflow-and-wait@v1.6.1
with
:
owner
:
blockscout
repo
:
blockscout-ci-cd
github_token
:
${{ env.WORKFLOW_TRIGGER_TOKEN }}
workflow_file_name
:
e2e_new.yaml
ref
:
master
wait_interval
:
30
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment