Skip to content

zafeirisdimi/complex-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

How to make a complex workflow in Github Actions

Challenge

    Develop a Complex Workflow:

  • Push trigger

  • Multiple runners with different operating systems

  • Job dependencies

Solution

    Instruction to solve the challenge:

  1. Starting your workflow file with a new repository.
  2. Use a push trigger to start it.
  3. The workflow should contain four jobs
    • Job 1: ubuntu-latest
    • Job 2: windows-latest
    • Job 3: macos-latest
    • Job 4: depens on job 1,2 and 3
  4. Print the date

About

How to make a complex workflow in Github Actions

Topics

Resources

Stars

Watchers

Forks