Skip to content

Commit

Permalink
new workflow is added
Browse files Browse the repository at this point in the history
  • Loading branch information
ati-ozgur committed Dec 30, 2024
1 parent 3d8c84e commit 98ddb7d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/sqlserver-datatypes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: sqlserver-datatypes

on:
workflow_dispatch:
workflow_run:
workflows: ["sqlite-datatypes"]
branches: [master]
types:
- completed

jobs:
build:

runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: code generate for datatypes SQL Server database and run simple tests
run: ./Karkas.Examples/TestBash/run_sqlserver_datatypes_auto_increment.bash

0 comments on commit 98ddb7d

Please sign in to comment.