Skip to content

Commit

Permalink
add few steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rshunim committed Sep 19, 2023
1 parent febb19f commit 5ea727f
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python -m jsonschema -i docker/approved_licenses.json docker/approved_licenses.schema.json
name: Validate Approved Licenses File
- name: Validate Approved Licenses File
run: python -m jsonschema -i docker/approved_licenses.json docker/approved_licenses.schema.json
- name: Validate Dependabot Config
run: ./docker/verify_dependabot.sh
- name: Build Docker Images
run: ./docker/build_docker.sh

# - run:
# name: Validate Approved Licenses File
# command: python -m jsonschema -i docker/approved_licenses.json docker/approved_licenses.schema.json
# - run:
# name: Validate Dependabot Config
# command: ./docker/verify_dependabot.sh
# - run:
# name: Build Docker Images
# command: |
# ./docker/build_docker.sh
# no_output_timeout: 60m
# - store_artifacts:
# path: artifacts
Expand Down

0 comments on commit 5ea727f

Please sign in to comment.