Skip to content

Commit

Permalink
Update CI Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Caisip committed Dec 29, 2023
1 parent edad0cf commit 13e1438
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/sample-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Running Integration Tests
run: sleep 11
run: sleep 2
upload_image:
runs-on: ubuntu-latest
steps:
- name: Build Docker Image
run: sleep 2
- name: Upload Image to Registry
run: sleep 2
end_to_end_testing:
needs:
- upload_image
runs-on: ubuntu-latest
steps:
- name: Setup Environment for E2E Testing
run: sleep 2
- name: Run E2E Testing
run: sleep 2
- name: Cleanup Test Environment
run: sleep 2

0 comments on commit 13e1438

Please sign in to comment.