Skip to content

Translation compiled and extracted #627

Translation compiled and extracted

Translation compiled and extracted #627

name: Node.js CI

Check failure on line 1 in .github/workflows/automated_tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/automated_tests.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches: [main, dev, backend_dev, frontend_dev, auto_tests, test_auto]
pull_request_target:
branches: [main, dev, backend_dev, frontend_dev, auto_tests, test_auto]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x, 16.x, 17.x, 18.x]
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Create env file for test environment
# run: |
# cd ./API/src
# touch ./.env.test
# printf "${{secrets.ENV_TEST}}" >> ./.env.test
# echo 'testasdfasdfasdf' >> ./.env.test
# cat .env.test
# pwd
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}
# - run: |
# cd ./API/src
# cat .env.test
# pwd
# npm install
# npm run test