Skip to content

Gh 127 manage resume json with cms #119

Gh 127 manage resume json with cms

Gh 127 manage resume json with cms #119

Workflow file for this run

env:
CI: true
HUSKY: 0
WEB_STRIPE_PUBLISHABLE_KEY: ${{secrets.WEB_STRIPE_PUBLISHABLE_KEY}}
WEB_STRIPE_SECRET_KEY: ${{secrets.WEB_STRIPE_SECRET_KEY}}
jobs:
test:
environment: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{github.head_ref}}
- name: Use Node.js LTS
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Use Python3
uses: actions/setup-python@v5
with:
python-version-file: systems/ai-assistant/worker/.python-version
- run: bash ./scripts/setup.sh
- run: bash ./scripts/ci/test.sh
name: Verify PR
on: pull_request