Skip to content

Fix clean_version_jl #24

Fix clean_version_jl

Fix clean_version_jl #24

Workflow file for this run

name: test
on:
push:
branches: [master, develop]
pull_request:
types: [opened, synchronize, reopened]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test-windows:
name: Test Windows
runs-on: self-hosted
steps:
- name: Initialize instance
run: |
Remove-Item -Path '${{ github.workspace }}\*' -Force -Recurse
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_BOT_USER_OAUTH_ACCESS_TOKEN: ${{ secrets.SLACK_BOT_USER_OAUTH_ACCESS_TOKEN }}
run: |
.\test\test.bat