add external link component to out of stock table #759
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Unit Tests" | |
on: push | |
jobs: | |
"Vitest": | |
runs-on: ubuntu-latest | |
container: node:20.3.0 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: yarn install | |
- name: Run Tests | |
run: yarn test |