ghorg/scripts/windows_github_integration_tests.bat
Jay Gabriels ba78074411
updates for filepathing to be windows compatible (#134)
* updates for filepathing to be windows compatible
2021-08-02 19:10:18 -07:00

11 lines
246 B
Batchfile

@echo off
title Windows GitHub Integration Test
echo Starting Windows Integration Tests
ghorg.exe clone underdeveloped --token=%GITHUB_TOKEN%
IF %ERRORLEVEL% NEQ 0 Echo Tests Failed
IF %ERRORLEVEL% EQU 0 Echo Tests Passed
EXIT /B %ERRORLEVEL%