Skip to content

Commit

Permalink
Merge pull request #2 from Rafaelfferreira/cypressCI
Browse files Browse the repository at this point in the history
Cypress worfklow
  • Loading branch information
Rafaelfferreira authored Jun 18, 2024
2 parents f3a8c05 + ba76803 commit 335c3c6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ jobs:
ls -la
echo "Second command line!"
- name: "Install Dependencies"
run: "npm install "
run: "npm install"
- name: "Lint"
run: "npm run lint"
test:
runs-on: ubuntu-22.04
container:
image: "cypress/browsers:node-20.9.0-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1"
options: --user 1001
steps:
## [Common_CI_Steps]
- uses: actions/checkout@v3

- name: "Install Dependencies"
run: "npm install "
## ===========================
- name: "Test"
run: "npm run test"

0 comments on commit 335c3c6

Please sign in to comment.