Skip to content

Commit b2539f0

Browse files
committed
Delete setup-env.sh
1 parent d63fca2 commit b2539f0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/scripts/setup-env.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java-version: '8'
2727
# Run the test
2828
- name: Install dependencies, set environment variables, and build the package
29-
run: ./github/scripts/build.sh
29+
run: ./.github/scripts/build.sh
3030
shell: bash
3131

3232
test:
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
java-version: '8'
4141
- name: Run sbt tests
42-
run: ./github/scripts/test.sh
42+
run: ./.github/scripts/test.sh
4343
shell: bash

0 commit comments

Comments
 (0)