Skip to content

Commit

Permalink
Per #1546, renamed jobs and steps to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Jan 20, 2022
1 parent 3c55389 commit 6de4ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:

jobs:

build_met_docker:
name: Handle Docker Image
compile:
name: Compile MET
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build Docker Image
- name: Compile MET in Docker
run: .github/jobs/build_docker_image.sh
env:
SOURCE_BRANCH: ${GITHUB_REF#"refs/heads/"}
Expand Down

0 comments on commit 6de4ac5

Please sign in to comment.