Skip to content

Commit

Permalink
ref: separate unit-test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Jul 24, 2024
1 parent 28265b3 commit 7560ac9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:
- package-ecosystem: docker
directories:
- "/"
- "docker-build/"
- "docker-build/unit-test-runner/"
- "/docker-build"
- "/unit-test-runner"
schedule:
interval: daily
time: "02:00"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jasmine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Build Docker image
run: docker build -t jasmine -f ./docker-build/unit-test-runner/Dockerfile .
run: docker build -t jasmine -f ./unit-test-runner/Dockerfile .

- name: Run test
run: docker run jasmine
File renamed without changes.

0 comments on commit 7560ac9

Please sign in to comment.