Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vitcpp committed Oct 30, 2024
1 parent dcdc52f commit 0980285
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: My Test

on:
workflow_dispatch:

jobs:
test:

runs-on: windows-latest

strategy:
fail-fast: false

name: Test

steps:
-name: Setup Env
run: |
g++ -v
#- name: Setup PostgreSQL
# uses: tj-actions/install-postgresql@v3
# with:
# postgresql-version: 16

#- name: Install MSYS2
# uses: msys2/setup-msys2@v2
# with:
# msystem: mingw64
# install: >-
# curl
# git

0 comments on commit 0980285

Please sign in to comment.