Skip to content

Fix CI not getting codecov secret and update dependencies #217

Fix CI not getting codecov secret and update dependencies

Fix CI not getting codecov secret and update dependencies #217

Workflow file for this run

name: CI/CD
on:
pull_request:
push:
branches:
- main
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
with:
app-directory: ./example
test-args: '-A'
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
cd:
name: CD
needs: ci
uses: ./.github/workflows/deploy.yml
with:
project: udibo-react-app
app-directory: ./example