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 bfcb7fa
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: My Test

on:
workflow_dispatch:

jobs:
test:

runs-on: windows-latest

strategy:
fail-fast: false

name: Test

steps:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
install: >-
curl
git
#- name: Setup PostgreSQL
# uses: tj-actions/install-postgresql@v3
# with:
# postgresql-version: 16

0 comments on commit bfcb7fa

Please sign in to comment.