Skip to content

Commit

Permalink
[241114] modify test workflow to 크롬버전, 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sc303030 committed Nov 14, 2024
1 parent ca2477c commit ef658bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/selenium-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set environment variables
run: echo "ENV=production" >> $GITHUB_ENV

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -34,7 +37,7 @@ jobs:
- name: Setup ChromeDriver
run: |
wget https://storage.googleapis.com/chrome-for-testing-public/133.0.6835.3/linux64/chromedriver-linux64.zip
wget https://storage.googleapis.com/chrome-for-testing-public/131.0.6778.69/linux64/chromedriver-linux64.zip
unzip chromedriver-linux64.zip
sudo mv ./chromedriver-linux64/chromedriver /usr/local/bin/
sudo chmod +x /usr/local/bin/chromedriver
Expand All @@ -47,4 +50,5 @@ jobs:
- name: Run Selenium Tests
run: |
mkdir -p /tmp/selenium/user-data-dir
python web/home_002.py

0 comments on commit ef658bb

Please sign in to comment.