Skip to content

Commit

Permalink
fix: should use CI action rather then install directly (#85)
Browse files Browse the repository at this point in the history
<!--

Thank you for contributing to the ZKsync Code Community!

Before submitting the PR, please make sure you do the following:

- Read the [Contributing
Guide](https://github.com/ZKsync-Community-Hub/community-code/blob/main/CONTRIBUTING.md).
- Understand our [Code of
Conduct](https://github.com/ZKsync-Community-Hub/community-code/blob/main/CODE_OF_CONDUCT.md)

-->

# Description

<!-- Please describe what are the changes and what they are solving for
in this PR. -->
- Updates test suite to use the action rather then from github binary
installation

## Linked Issues

<!-- If you have any issues this PR is related to, link them here. -->
<!--
Check out
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
on how to automate linking a GitHub Issue to a PR.
-->

## Additional context
  • Loading branch information
dutterbutter authored Sep 27, 2024
1 parent 50c14b0 commit 2012988
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/playwright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ jobs:
- uses: actions/setup-node@v4
- name: Install Playwright Browsers
run: bun playwright install chromium --with-deps
- name: Install Era Test Node
run: |
curl --proto '=https' -sSf https://raw.githubusercontent.com/matter-labs/era-test-node/main/scripts/install.sh > install.sh
chmod +x install.sh
sudo ./install.sh
- name: Run Era Test Node
uses: dutterbutter/era-test-node-action@v1
- name: Run test for ${{ matrix.tutorial }}
run: |
export TERM=xterm-256color
Expand Down

0 comments on commit 2012988

Please sign in to comment.