1 name: "Continuous Integration"
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v3
15 - uses: actions/setup-node@v3
19 - name: Install dependencies
31 - name: Testing API_ON_SAME_PORT
32 run: API_ON_SAME_PORT=1 yarn test
34 - name: Testing REVERSE_ONLY
35 run: REVERSE_ONLY=1 yarn test