Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
#1 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcog83 committed Jan 13, 2022
1 parent e702396 commit 5d5e93e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ orbs:
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
jobs:
test:
working_directory: ~/project
# 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/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
Expand All @@ -28,6 +29,9 @@ jobs:
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows:
say-hello-workflow:
test-workflow:
jobs:
- test
filters:
branches:
only: main

0 comments on commit 5d5e93e

Please sign in to comment.