Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Mar 21, 2024
1 parent 51df93d commit 0044802
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
sudo apt update -qq
sudo apt install jq -qq

- name: Install Python Dependencies and ContentCTL
- name: content_ctl validate
run: |
python3.9 -m venv .venv
source .venv/bin/activate
pip install contentctl==3.4.2
- name: content_ctl validate
run: |
contentctl --enable_enrichment validate

- name: contentctl generate
run: |
python3.9 -m venv .venv
source .venv/bin/activate
pip install contentctl==3.4.2
contentctl --enable_enrichment build
mkdir artifacts
mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
Expand Down

0 comments on commit 0044802

Please sign in to comment.