Skip to content

Commit

Permalink
[CI/CD] Update grompp reference files and GA WF
Browse files Browse the repository at this point in the history
  • Loading branch information
PauAndrio committed May 29, 2024
1 parent 7c27aa0 commit e8220cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting_and_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: echo "Repository -> ${{ github.repository }}"
- run: echo "Branch -> ${{ github.ref }}"
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
genbadge flake8 --name "Flake8" --input-file ./reports/flake8/flake8stats.txt --output-file ./reports/flake8/flake8badge.svg
- name: Checkout biobb_common
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bioexcel/biobb_common
path: './biobb_common'
Expand Down
Binary file modified biobb_gromacs/test/reference/gromacs/ref_grompp.tpr
Binary file not shown.
Binary file modified biobb_gromacs/test/reference/gromacs/ref_grompp_docker.tpr
Binary file not shown.

0 comments on commit e8220cb

Please sign in to comment.