Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Dec 14, 2023
1 parent c8e1954 commit 7609763
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
run: docker pull selenium/standalone-chrome:latest
- name: Start Selenium Server with access to host's localhost
run: docker run -d -p 4444:4444 --network="host" --shm-size=2g selenium/standalone-chrome:latest
# - name: Download selenoid (Selenium server)
# run: curl -s https://aerokube.com/cm/bash | bash
# - name: Give permission to selenoid (Selenium server)
# run: chmod +x ./cm
# - name: Start selenoid (Selenium server)
# run: ./cm selenoid start --browsers 'chrome;safari' --last-versions 1
- name: Install dependencies
run: npm ci
- name: Create Service Account key for Firebase
Expand All @@ -35,6 +29,4 @@ jobs:
GOOGLE_APPLICATION_CREDENTIALS: "gcloud.json"
MERCHANTID: ${{ secrets.MERCHANTID }}
MERCHANTPUBLIC: ${{ secrets.MERCHANTPUBLIC }}
MERCHANTPRIVATE: ${{ secrets.MERCHANTPRIVATE }}
# - name: Stop selenoid (Selenium server)
# run: ./cm selenoid stop
MERCHANTPRIVATE: ${{ secrets.MERCHANTPRIVATE }}

0 comments on commit 7609763

Please sign in to comment.