diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82e5c67..99e83be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: permissions: id-token: write - contents: read + contents: write jobs: build: @@ -47,33 +47,33 @@ jobs: name: dist path: dist - test-cdk-simple: - needs: - - build - runs-on: ubuntu-latest - concurrency: - group: lldebugger - steps: - - uses: actions/checkout@v4 - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: "20" - registry-url: "https://registry.npmjs.org" - - name: Install dependencies - run: npm ci - - uses: actions/download-artifact@v4 - with: - name: dist - path: dist - - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - aws-region: eu-west-1 - role-to-assume: ${{ secrets.AWS_ROLE }} - role-session-name: GitHubActions - - name: Test - run: npx vitest test/cdk-simple.test.ts + # test-cdk-simple: + # needs: + # - build + # runs-on: ubuntu-latest + # concurrency: + # group: lldebugger + # steps: + # - uses: actions/checkout@v4 + # - name: Use Node.js + # uses: actions/setup-node@v4 + # with: + # node-version: "20" + # registry-url: "https://registry.npmjs.org" + # - name: Install dependencies + # run: npm ci + # - uses: actions/download-artifact@v4 + # with: + # name: dist + # path: dist + # - name: Configure AWS Credentials + # uses: aws-actions/configure-aws-credentials@v4 + # with: + # aws-region: eu-west-1 + # role-to-assume: ${{ secrets.AWS_ROLE }} + # role-session-name: GitHubActions + # - name: Test + # run: npx vitest test/cdk-simple.test.ts publish: needs: