save cartSession token for a guest user to be able to access order tr… #3017
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: [push, pull_request] | |
jobs: | |
LINT_AND_TEST: | |
env: | |
COUNTLY_SERVER_URL: '' | |
COUNTLY_APP_KEY: '' | |
COUNTLY_SALT: '' | |
name: Basic tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: '16.x' | |
- run: yarn install | |
- run: yarn lint | |
- run: yarn i18n-lint | |
- run: yarn test |