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 fff9330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions .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 All @@ -11,7 +11,7 @@ on:
- devel

jobs:
install:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit fff9330

Please sign in to comment.