Skip to content

Commit d668832

Browse files
committed
Moved name in the proper place
1 parent 56c4d33 commit d668832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v2
40-
- name: Test with pytest
4140
- uses: lhotari/action-upterm@v1
4241
with:
4342
limit-access-to-actor: true
44-
- uses: addnab/docker-run-action@v3
43+
- name: Test with pytest
44+
uses: addnab/docker-run-action@v3
4545
with:
4646
image: fluxrm/flux-core:focal
4747
options: -v ${{ github.workspace }}:/workspace -u root

0 commit comments

Comments
 (0)