Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RawanMostafa08 committed Oct 20, 2024
1 parent c9d3916 commit dcf2f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Increase shared memory size
run: sudo mount -o remount,size=2G /dev/shm
- name: Checkout Repository
uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions SecretNote/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ def setUpClass(cls):
options.add_argument("--no-sandbox")
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--disable-gpu")
options.add_argument("--remote-debugging-port=9222")


cls.driver = webdriver.Chrome(service=Service(ChromeDriverManager().install()), options=options)
cls.driver.implicitly_wait(10)
Expand Down

0 comments on commit dcf2f9d

Please sign in to comment.