-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be58f17
commit b62cb2a
Showing
2 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |