- uses: actions/setup-node@v2
with:
- node-version: '10.x'
+ node-version: '16.x'
- name: Install dependencies
run: yarn install
- name: Testing
run: yarn test
+
+ - name: Testing API_ON_SAME_PORT
+ run: API_ON_SAME_PORT=1 yarn test
+
+ - name: Testing REVERSE_ONLY
+ run: REVERSE_ONLY=1 yarn test