From 3a818dc71fcf0ab100c333823e080a9690c25cda Mon Sep 17 00:00:00 2001 From: Aleksey_Levin Date: Sun, 7 Jan 2024 16:14:44 +0800 Subject: [PATCH] change actions --- .github/workflows/github-actions-demo.yml | 6 ------ 1 file changed, 6 deletions(-) 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