-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip actual test (to populate caches)
- Loading branch information
1 parent
a372c49
commit 247ac41
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,23 +59,23 @@ jobs: | |
- run: "cd bundler-spec-tests && pdm install && pdm update-deps" | ||
name: update submodules of bundler-spec-tests | ||
|
||
- run: ./runall.sh | ||
name: Run all tests. | ||
# - run: ./runall.sh | ||
# name: Run all tests. | ||
|
||
- name: Clone and update results repo | ||
run: ./update-results.sh out-results | ||
# - name: Clone and update results repo | ||
# run: ./update-results.sh out-results | ||
|
||
- name: Push update to results repo | ||
uses: cpina/github-action-push-to-another-repository@main | ||
env: | ||
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source-directory: 'out-results' | ||
destination-github-username: 'eth-infinitism' | ||
destination-repository-name: 'bundler-test-results' | ||
user-email: [email protected] | ||
target-branch: master | ||
# - name: Push update to results repo | ||
# uses: cpina/github-action-push-to-another-repository@main | ||
# env: | ||
# SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} | ||
# API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
# with: | ||
# source-directory: 'out-results' | ||
# destination-github-username: 'eth-infinitism' | ||
# destination-repository-name: 'bundler-test-results' | ||
# user-email: [email protected] | ||
# target-branch: master | ||
|
||
# Allow one concurrent deployment | ||
concurrency: | ||
|