Skip to content

Commit

Permalink
Added a nice name to each job
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Apr 3, 2024
1 parent 83220b8 commit ac93953
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests for CI Build
name: CI Build

on:
push:
Expand All @@ -25,7 +25,8 @@ jobs:
--override-ini=log_cli_level=INFO
test/unit
run_build_ai_lab_tests:
run_integration_tests:
name: Integration Tests
environment: AWS_CI_TESTS
runs-on: ubuntu-latest
needs: run_unit_tests
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}

run_notebook_tests:
name: Jupyter Notebook Tests
if: "contains(github.event.head_commit.message, '[run-notebook-tests]')"
environment: AWS_SAGEMAKER
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac93953

Please sign in to comment.