diff --git a/.github/workflows/workflow.yaml b/.github/workflows teste/workflowsteste.yaml similarity index 62% rename from .github/workflows/workflow.yaml rename to .github/workflows teste/workflowsteste.yaml index 696c6ca..1349c85 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows teste/workflowsteste.yaml @@ -1,19 +1,19 @@ name: Continuos Integration -on: pull_request +on: pull_request jobs: - continuos-integration: - runs-on: ubuntu-latest + continuos-integrations: + runs-on: ubunti-latest steps: - uses: actions/checkout@v3 - name: Using Node.js uses: actions/setup-node@v2 with: - node-version: 16. + node-version: 18. - name: run install, build and test run: | npm install - npm run build - npm run test \ No newline at end of file + npm run build + npm test \ No newline at end of file