From 59d4f7516633814e8989c0a22396ccf469dfda13 Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Tue, 2 May 2023 05:37:52 +0200 Subject: [PATCH] Update Check-in-automation.yml --- .github/workflows/Check-in-automation.yml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/workflows/Check-in-automation.yml b/.github/workflows/Check-in-automation.yml index 7430b18..153d17c 100644 --- a/.github/workflows/Check-in-automation.yml +++ b/.github/workflows/Check-in-automation.yml @@ -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