diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 581a81e..4fa3bce 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -9,18 +9,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - path: frontend/casino - name: Starting NodeJs ${{ matrix.node-version}} uses: actions/setup-node@v3 with: path: frontend/casino node-version: ${{ matrix.node-version }} - name: install modules - with: - path: frontend/casino run: yarn - name: build project - with: - path: frontend/casino run: yarn build \ No newline at end of file