Skip to content

Commit

Permalink
skip actual test (to populate caches)
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 4, 2023
1 parent a372c49 commit 247ac41
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 247ac41

Please sign in to comment.