Skip to content

Commit

Permalink
yuio
Browse files Browse the repository at this point in the history
  • Loading branch information
nsalem95 committed Oct 21, 2020
1 parent e09df26 commit 2ed0e35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/luis_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ jobs:
# - name: Analyze Unit test results
# run: dotnet nlu compare -e $UNIT_TEST_FILE -a results.json --unit-test --output-folder unittest

- name: Archive Unit Test Results
uses: actions/upload-artifact@v1
with:
name: UnitTestResult
path: unittest/TestResult.xml
# - name: Archive Unit Test Results
# uses: actions/upload-artifact@v1
# with:
# name: UnitTestResult
# path: unittest/TestResult.xml

- name: Create Release
id: create_release
Expand Down
1 change: 0 additions & 1 deletion luis-app/model.lu
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
## RequestVacation
- because of my europe travel i'm going to need a {@vacation-request={@leave-type=paid time off} vacations {@date-range=from january 1 to january 15}}
- book {@vacation-request=time off please {@start-date=starting may 1st} coming back on {@end-date=may 24}}
- can i book {@vacation-request=vacay {@date-range=from july 4th until july 20th}}?


> # Entity definitions
Expand Down

0 comments on commit 2ed0e35

Please sign in to comment.