Skip to content

Commit

Permalink
testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
rozdolsky33 committed Jul 14, 2024
1 parent be58f17 commit b62cb2a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI Build

on:
push:
branches:
- '*'


jobs:
build-job:
runs-on: ubuntu-latest
name: build with testspec
steps:
- name: Use Testspec Action to Clone and Run
uses: Testing-By-Specification/testspec-action@v1
with:
action_path: './gradlew build'
23 changes: 1 addition & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
### AL ###
#Template for AL projects for Dynamics 365 Business Central
#launch.json folder
.vscode/
#Cache folder
.alcache/
#Symbols folder
.alpackages/
#Snapshots folder
.snapshots/
#Testing Output folder
.output/
#Extension App-file
*.app
#Rapid Application Development File
rad.json
#Translation Base-file
*.g.xlf
#License-file
*.flf
#Test results file
TestResults.xml
.idea

0 comments on commit b62cb2a

Please sign in to comment.