diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c3cecc..d7a4191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,4 @@ jobs: - run: npm install -g yarn - run: yarn install # - run: yarn test-ci - - run: yarn build \ No newline at end of file + - run: yarn build-dev \ No newline at end of file