From 7e6b6ed09f0a5c6c5b6f4f70e2ea46a8e8c74db3 Mon Sep 17 00:00:00 2001 From: Marina Gomes Date: Wed, 9 Apr 2025 15:54:21 -0300 Subject: [PATCH 1/2] teste de workflow --- .github/workflows teste/workflowsteste.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows teste/workflowsteste.yaml diff --git a/.github/workflows teste/workflowsteste.yaml b/.github/workflows teste/workflowsteste.yaml new file mode 100644 index 0000000..1349c85 --- /dev/null +++ b/.github/workflows teste/workflowsteste.yaml @@ -0,0 +1,19 @@ +name: Continuos Integration + +on: pull_request + +jobs: + continuos-integrations: + runs-on: ubunti-latest + + steps: + - uses: actions/checkout@v3 + - name: Using Node.js + uses: actions/setup-node@v2 + with: + node-version: 18. + - name: run install, build and test + run: | + npm install + npm run build + npm test \ No newline at end of file From d5784c51c27b7151fc992fa482825d55d91c155c Mon Sep 17 00:00:00 2001 From: Marina Gomes Date: Wed, 9 Apr 2025 16:02:48 -0300 Subject: [PATCH 2/2] excluir --- .github/workflows/workflow.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/workflow.yaml diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml deleted file mode 100644 index 696c6ca..0000000 --- a/.github/workflows/workflow.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Continuos Integration - -on: pull_request - -jobs: - continuos-integration: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Using Node.js - uses: actions/setup-node@v2 - with: - node-version: 16. - - name: run install, build and test - run: | - npm install - npm run build - npm run test \ No newline at end of file