diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c019cd..df8dd00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,12 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - name: check that code is linted - run: yarn eslint.check - name: Setup env variables run: cp .env.dist .env - name: Install modules run: yarn + - name: check that the code is linted + run: yarn eslint.check - name: Build the react app run: yarn build - name: Run tests