From 3002ae279446eda30bcd9ce9732ec32e16a820f2 Mon Sep 17 00:00:00 2001 From: Olivier Tremblay Date: Tue, 26 Apr 2022 09:41:30 -0400 Subject: [PATCH] now with checkout --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4915482..285096e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: machine: true resource_class: otremblay/some-runner steps: - - run: echo "Hi I'm on Runners!" + - checkout # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows