From 031ba7762de563a1729793a3ebabc4b59a337e32 Mon Sep 17 00:00:00 2001 From: Dylan Starink Date: Thu, 9 Jan 2025 10:01:01 -0800 Subject: [PATCH] Add Semicolon to Cd command --- .github/workflows/e2e_selenium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_selenium.yml b/.github/workflows/e2e_selenium.yml index 2195cc128..b31182c23 100644 --- a/.github/workflows/e2e_selenium.yml +++ b/.github/workflows/e2e_selenium.yml @@ -1,4 +1,4 @@ -name: Build and test - with Dev image +name: Build and Run Integration Tests on: push: @@ -19,7 +19,7 @@ jobs: run: docker image build -t femr . - name: Build Integration Test Container - run: cd integration_test + run: cd integration_test; docker image build -t tester . - name: Run tests