From 155db27b3e4bc34c1216c29f3141bbdc15c86a18 Mon Sep 17 00:00:00 2001 From: Ahmad Pourihosseini Date: Sat, 30 Dec 2023 16:26:52 -0500 Subject: [PATCH] Change to coactions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d475660..5dbb050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,6 @@ jobs: run: npm test -- tests/unit - name: Setup and run e2e tests - uses: GabrielBB/xvfb-action@v1 + uses: coactions/setup-xvfb@v1 with: run: npm test -- tests/e2e \ No newline at end of file