Skip to content

Commit f5bc20b

Browse files
committed
Github Actions: Clear copy-paste error
The action file was inspired by bosagora/agora's, and it showed.
1 parent 9065f04 commit f5bc20b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
dub --version
5959
6060
# Build and run the tests
61-
- name: '[POSIX] Build & test Agora'
61+
- name: '[POSIX] Build & test'
6262
if: runner.os != 'Windows'
6363
#continue-on-error: matrix.dc == 'ldc-master' || matrix.dc == 'dmd-master'
6464
run: dub test -c ci
6565

66-
- name: '[Windows] Build & test Agora'
66+
- name: '[Windows] Build & test'
6767
if: runner.os == 'Windows'
6868
#continue-on-error: matrix.dc == 'ldc-master' || matrix.dc == 'dmd-master'
6969
shell: cmd

0 commit comments

Comments
 (0)