Skip to content

Commit

Permalink
Syntax Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Caisip committed Dec 29, 2023
1 parent 011dd7a commit 2a24342
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Run linting...
- name: Run linting
run: sleep 5
test_coverage:
test_coverage:
runs-on: ubuntu-latest
steps:
- name: Measuring Test Coverage...
- name: Measuring Test Coverage
run: sleep 7
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Running Unit Tests...
- name: Running Unit Tests
run: sleep 9
integration_test:
runs-on: ubuntu-latest
steps:
- name: Running Integration Tests...
- name: Running Integration Tests
run: sleep 11

0 comments on commit 2a24342

Please sign in to comment.