Skip to content

Commit ce96a17

Browse files
committed
fix: action use
1 parent b95d71f commit ce96a17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,25 @@ jobs:
8888
with:
8989
version: 1.14.12
9090

91+
- name: Setup Ape
92+
uses: ApeWorX/github-action@main
93+
9194
- name: Install Dependencies
9295
run: |
9396
python -m pip install --upgrade pip
9497
pip uninstall eth-ape --yes
9598
pip install .[test]
9699
97100
- name: Install Ape Dependencies
98-
uses: ApeWorX/github-action@main
99101
run: ape pm install
100102

101103
- name: Run Functional Tests
102-
uses: ApeWorX/github-action@main
103104
run: ape test tests/functional -m "not fuzzing" -s --cov=src --cov-append -n auto --dist loadgroup -v ERROR
104105

105106
- name: Run Integration Tests
106-
uses: ApeWorX/github-action@main
107107
run: ape test tests/integration -m "not fuzzing" -s --cov=src --cov-append -n auto --dist loadgroup -v ERROR
108108

109109
- name: Run Performance Tests
110-
uses: ApeWorX/github-action@main
111110
run: ape test tests/performance -s -v ERROR
112111

113112
fuzzing:

0 commit comments

Comments
 (0)