Undo testing changes

pull/316/head
DJLevel3 2025-08-17 10:41:29 -06:00 zatwierdzone przez GitHub
rodzic 25d74c4154
commit 701f4d8224
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -143,6 +143,8 @@ jobs:
version: free version: free
- project: osci-render - project: osci-render
version: premium version: premium
- project: sosci
version: premium
steps: steps:
- name: Fix up git URLs - name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig run: echo -e '[url "https://github.com/"]\n insteadOf = "git@github.com:"' >> ~/.gitconfig
@ -163,6 +165,7 @@ jobs:
run: | run: |
export OS="win" export OS="win"
source ./ci/setup-env.sh source ./ci/setup-env.sh
source ./ci/test.sh
source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}" source ./ci/build.sh "${{ matrix.project }}" "${{ matrix.version }}"
shell: bash shell: bash