Skip to content

Commit

Permalink
Testing GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abrighton committed Jun 4, 2024
1 parent e08819e commit 63df659
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
name: Coverage
path: ./coverage

# - name: Notify slack
# if: always()
# continue-on-error: true
# uses: kpritam/slack-job-status-action@v1
# with:
# job-status: ${{ job.status }}
# slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
# channel: ci-dev
- name: Notify slack
if: always()
continue-on-error: true
uses: kpritam/slack-job-status-action@v1
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ci-dev
2 changes: 1 addition & 1 deletion project/Libs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Libs {
val `selenium-java` = "org.seleniumhq.selenium" % "selenium-java" % "4.21.0"
val `embedded-keycloak` = "com.github.tmtsoftware.embedded-keycloak" %% "embedded-keycloak" % "3c23339"
val `webdriverManager` = "io.github.bonigarcia" % "webdrivermanager" % "5.8.0"
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "1981053"
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "901c57e"
val scalaTestPlus = "org.scalatestplus" %% "selenium-4-9" % "3.2.16.0"
}

Expand Down
1 change: 1 addition & 0 deletions rtm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

RTM_VERSION="0.3.0"
#RTM_VERSION="901c57e"

TEST_STORY_FILE="./RTM/testStoryMapping.txt"

Expand Down

0 comments on commit 63df659

Please sign in to comment.