Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
branches:
- main

env:
LT_USERNAME: ${{ secrets.LT_USERNAME }}
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}
GRID_HOST: ${{ secrets.GRID_HOST }}

jobs:
Find-GitSHA:
name: find Git Sha
Expand Down Expand Up @@ -36,11 +41,18 @@ jobs:
echo "Current Commit ID REF : $REF"
STATUS_URL=$API_HOST/repos/$OWNER/$REPO/statuses/$COMMIT_ID
echo "STATUS_URL: $STATUS_URL"
echo "GITHUB_URL=$STATUS_URL" >> $GITHUB_ENV
curl -X POST $STATUS_URL \
-H "Authorization: Bearer $GITHUB_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"state": "success",
"description": "The build was successful.",
"context": "ci/smartui-github-testing"
}'
}'

- name: Install Dependecies
run: npm install

- name: Execute Test
run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# smartui-github-testing


For Testing Github App Integration with SmartUI
For Testing Github App Integration with SmartUI

63 changes: 0 additions & 63 deletions guacamole.html

This file was deleted.

Loading