Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.
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
31 changes: 5 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- main
- master

permissions: write-all
permissions:
contents: read

jobs:
test-typescript:
Expand Down Expand Up @@ -40,28 +41,6 @@ jobs:
id: npm-lint
run: npm run lint

# - name: Test
# id: npm-ci-test
# run: npm run ci-test

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Test Local Action
id: test-action
uses: ./
with:
api-token: ${{ secrets.LOGGIA_API_TOKEN }}
test-suite-id: ${{ secrets.LOGGIA_TEST_SUITE_ID }}
environment-id: ${{ secrets.LOGGIA_ENVIRONMENT_ID }}
environment-url: ${{ secrets.LOGGIA_TEST_SUITE_ENVIRONMENT_URL }}

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
- name: Test
id: npm-ci-test
run: npm run ci-test
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
############################################################################

# Default owners, unless a later match takes precedence.
* @actions/actions-oss-maintainers
* @feng-shiplight
Loading