Skip to content

Commit

Permalink
Update names for CircleCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Dec 2, 2023
1 parent 444b26c commit f3ce6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2.1
# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/configuration-reference/#jobs
jobs:
build:
run_tests_job:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/configuration-reference/#docker-machine-macos-windows-executor
docker:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# Invoke jobs via workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
workflows:
sample: # This is the name of the workflow, feel free to change it to better match your workflow.
run_tests: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
jobs:
- build
- run_tests_job

0 comments on commit f3ce6c4

Please sign in to comment.