File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
3- name : CI
1+ name : Tester
42
53# Controls when the action will run.
64on :
1614# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1715jobs :
1816 # This workflow contains a single job called "build"
19- build :
17+ test :
2018 # The type of runner that the job will run on
21- runs-on : ubuntu-latest
19+ runs-on : fjgarate/kratos-tester
2220
2321 # Steps represent a sequence of tasks that will be executed as part of the job
2422 steps :
2523 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2624 - uses : actions/checkout@v2
2725
28- # Runs a single command using the runners shell
29- - name : Run a one-line script
30- run : echo Hello, world!
31-
3226 # Runs a set of commands using the runners shell
3327 - name : Run a multi-line script
3428 run : |
You can’t perform that action at this time.
0 commit comments