From 596b1f02383c648185bc1441bba6831a278310fd Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Wed, 30 Aug 2023 15:10:21 +0300 Subject: [PATCH] fix --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fa651aa9dd..6a5a05a1f0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -124,7 +124,7 @@ jobs: - name: Install dependencies run: sudo apt install -y protobuf-compiler libssl-dev libpq-dev libsqlite3-dev pkg-config - + # We are excluding cat-dat-service and event-db because we are already running it with Earthly - name: Build and archive tests run: | @@ -138,7 +138,7 @@ jobs: --exclude vit-servicing-station-server \ --exclude vit-servicing-station-tests \ --exclude vit-servicing-station-lib \ - --exclude cat-data-service \ + --exclude cat-data-service \ --exclude event-db \ --archive-file nextest-archive.tar.zst @@ -252,7 +252,7 @@ jobs: --exclude vit-servicing-station-server \ --exclude vit-servicing-station-tests \ --exclude vit-servicing-station-lib \ - --exclude cat-data-service \ + --exclude cat-data-service \ --exclude event-db \ --archive-file nextest-archive.tar.zst