Skip to content

Commit

Permalink
ci: Migration from ci-runner to matterlabs-ci-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Oct 2, 2023
1 parent 5f15957 commit 7afadfa
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ jobs:
matrix:
tags: [
"@artifactsSet1",
"@artifactsSet2",
"@artifactsSet3",
"@artifactsSet4",
"@redirectionSet1",
"@redirectionSet2",
"@redirectionSet3",
"@copying",
"@search",
"@testnetSmokeSuite"
# "@artifactsSet2",
# "@artifactsSet3",
# "@artifactsSet4",
# "@redirectionSet1",
# "@redirectionSet2",
# "@redirectionSet3",
# "@copying",
# "@search",
# "@testnetSmokeSuite"
]

name: '${{ matrix.tags }}'
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
run: |
whoami
pwd
sleep 9999999
npm pkg delete scripts.prepare
npm ci
Expand Down

0 comments on commit 7afadfa

Please sign in to comment.