Skip to content

🧱 Birim sistemini iyileştir ve birleştir #273

🧱 Birim sistemini iyileştir ve birleştir

🧱 Birim sistemini iyileştir ve birleştir #273

Workflow file for this run

name: All tests
on:
push:
branches: ["ana", "prod"]
pull_request:
branches: ["ana", "prod"]
jobs:
check:
name: Unit tests
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Run Vite tests
run: |
yarn
yarn test --run
id: test
- name: Run Google Closure Compiled tests
run: |
make