Skip to content

Commit

Permalink
Add Semicolon to Cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
StarDylan committed Jan 9, 2025
1 parent a031f30 commit 031ba77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_selenium.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test - with Dev image
name: Build and Run Integration Tests

on:
push:
Expand All @@ -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
Expand Down

0 comments on commit 031ba77

Please sign in to comment.