Skip to content

1304julian97/circleCi-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

circleCi-practice

This project is only with the goal to study about circleCi. Due to CICD needs test to run, in this project, there are 4 test suites. These tests are related with fixtures in Scala. This project has 4 ways to use Fixtures.

See TestSuit1

See TestSuit2

See TestSuit3

See TestSuit4

In addition to that. You can see circleci file. This one will have a basic configuration to know how you can set up this file. I have WorkFlows, Filters and other things.

#Prerequisites - Dependencies

  • Circle ci installed in your local machine
  • In your source project you need to have created folder called .circleci
  • Into the folder .circleci is required the file config.yml
  • Your account created in CircleCi.com

Run Specific Job in CircleCi

  circleci local execute --job <JobName>

Validate config.yml

  • To validate if the file config.yml is worote correctlly only run this:

    circleci config validate
    

Use the same docker image at different jobs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages