Skip to content

Commit

Permalink
Fix CI/CD file: repeated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov committed Mar 4, 2024
1 parent 98b2c95 commit a760f73
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,28 +73,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
steps:
- uses: actions/checkout@v1
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/julia-buildpkg@latest
- run: |
git config --global user.name Tester
git config --global user.email [email protected]
- name: "Run tests"
uses: julia-actions/julia-runtest@v1
- name: "Process coverage"
uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- name: "Upload coverage"
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit a760f73

Please sign in to comment.