Skip to content

Commit f1538f7

Browse files
deleted sections
1 parent 5a80b7b commit f1538f7

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/blank.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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.
64
on:
@@ -16,19 +14,15 @@ on:
1614
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1715
jobs:
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: |

0 commit comments

Comments
 (0)