Skip to content

fix: fix CareerFeatureData #485

fix: fix CareerFeatureData

fix: fix CareerFeatureData #485

Workflow file for this run

# name: CI
# on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
# jobs:
# test:
# runs-on: windows-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# - name: Install
# run: yarn install --force && yarn bootstrap
# - name: Unit Test
# run: yarn ci:test
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: 4facce3d-d742-4d11-8f12-47ed5e43be1d
# fail_ci_if_error: true # optional (default = false)
# verbose: true # optional (default = false)