Skip to content

Update README.md

Update README.md #3

Workflow file for this run

name: Integration tests
on: [pull_request]
jobs:
build-node:
runs-on: ubuntu-latest
steps:
- uses: mirromutth/[email protected]
with:
character set server: 'utf8'
collation server: 'utf8_general_ci'
mysql version: '8.0'
mysql database: 'webapp'
mysql root password: ${{ secrets.PASSWORD }}
- uses: actions/checkout@v4
- run: npm install
- name: Run tests
env:
USER: ${{ secrets.USER }}
PASSWORD: ${{ secrets.PASSWORD }}
HOST: ${{ secrets.HOST }}
run: npm test