Skip to content

Commit

Permalink
Update Check-in-automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored May 2, 2023
1 parent 372b2e4 commit 59d4f75
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/Check-in-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,31 @@ jobs:

check-in-automation:
runs-on: ubuntu-latest


steps:
- name: install dependencies
- run: apt-get install libglib2.0-0\
libnss3\
libnspr4\
libatk1.0-0\
libatk-bridge2.0-0\
libcups2\
libdrm2\
libdbus-1-3\
libatspi2.0-0\
libx11-6\
libxcomposite1\
libxdamage1\
libxext6\
libxfixes3\
libxrandr2\
libgbm1\
libxcb1\
libxkbcommon0\
libpango-1.0-0\
libcairo2\
libasound2

- name: Run Checkin-automation
run: docker run -e TEST_EMAIL=${{ secrets.TEST_EMAIL }} -e TEST_PASSWORD=${{ secrets.TEST_PASSWORD }} ghcr.io/mathieusoysal/42-check-in-automation:latest

0 comments on commit 59d4f75

Please sign in to comment.