From 2f6ce92a76104af6d3ff655402e6a2856019e25d Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Wed, 27 Mar 2024 14:48:50 -0400 Subject: [PATCH] try path to dir --- .github/workflows/blui-ci.yml | 98 +++++++++++++++++------------------ 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 9ce4967a..abdd72fa 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -31,60 +31,60 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'yarn' - run: yarn --frozen-lockfile - working-directory: login-workflow + working-directory: blui-react-workflows/login-workflow - run: yarn prettier - working-directory: login-workflow + working-directory: blui-react-workflows/login-workflow - run: yarn lint - working-directory: login-workflow + working-directory: blui-react-workflows/login-workflow - unit_test: - runs-on: ubuntu-latest + # unit_test: + # runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] + # strategy: + # matrix: + # node-version: [18.x] - steps: - - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'yarn' - - run: yarn --frozen-lockfile - working-directory: login-workflow - - run: yarn test:ci --coverage --watchAll=false - working-directory: login-workflow - - name: Upload to Codecov - uses: codecov/codecov-action@v3 - with: - directory: ./coverage/ - files: clover.xml - flags: unittests - name: codecov-report - verbose: true + # steps: + # - uses: actions/checkout@v4 + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v4 + # with: + # node-version: ${{ matrix.node-version }} + # cache: 'yarn' + # - run: yarn --frozen-lockfile + # working-directory: login-workflow + # - run: yarn test:ci --coverage --watchAll=false + # working-directory: login-workflow + # - name: Upload to Codecov + # uses: codecov/codecov-action@v3 + # with: + # directory: ./coverage/ + # files: clover.xml + # flags: unittests + # name: codecov-report + # verbose: true - build: - runs-on: ubuntu-latest + # build: + # runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] + # strategy: + # matrix: + # node-version: [18.x] - steps: - - uses: actions/checkout@v4 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'yarn' - - run: yarn --frozen-lockfile - working-directory: login-workflow - - run: yarn build - working-directory: login-workflow - - name: Save build - uses: actions/upload-artifact@v3 - with: - name: dist - if-no-files-found: error - path: dist \ No newline at end of file + # steps: + # - uses: actions/checkout@v4 + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v4 + # with: + # node-version: ${{ matrix.node-version }} + # cache: 'yarn' + # - run: yarn --frozen-lockfile + # working-directory: login-workflow + # - run: yarn build + # working-directory: login-workflow + # - name: Save build + # uses: actions/upload-artifact@v3 + # with: + # name: dist + # if-no-files-found: error + # path: dist \ No newline at end of file