Skip to content

Commit 3a81786

Browse files
committed
Revert workflow changes
1 parent 73e1f92 commit 3a81786

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
otp-version: ${{matrix.otp}}
3737
elixir-version: ${{matrix.elixir}}
3838
- run: mix deps.get
39-
- run: mix test test/integration/p2p_test.exs:10
40-
# - run: mix coveralls.json
41-
# - uses: codecov/codecov-action@v4
42-
# with:
43-
# token: ${{ secrets.CODECOV_TOKEN }}
39+
- run: mix coveralls.json
40+
- uses: codecov/codecov-action@v4
41+
with:
42+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)