Skip to content

Commit

Permalink
Clarify GHA workflow/step names
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 23, 2024
1 parent 283f40d commit 95440d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-run.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: docker
name: MRSA container testing

on:
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Docker build
- name: Build and test Docker image
run: |
docker build -t my_docker_project -f tutorials/containers/Dockerfile tutorials/containers/
docker run --rm my_docker_project
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: setup
name: Conda environment testing

on:
workflow_dispatch:
Expand Down

0 comments on commit 95440d6

Please sign in to comment.