Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 3, 2023
1 parent 6b89d94 commit ebe7d8b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Main
on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize]
on: [push, pull_request]

jobs:
ci:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test GitHub Action
on:
push:
pull_request:
types: [opened, synchronize]
on: [push, pull_request]

jobs:
test_github_action:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/published-github-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test GitHub Action
on: [push, pull_request]

jobs:
test_github_action:
container: node:20.9.0@sha256:62efd17e997bc843aefa4c003ed84f43dfac83fa6228c57c898482e50a02e45c
runs-on: ubuntu-latest
timeout-minutes: 10

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

- name: GitHub Action
uses: specfy/stack-analyser
5 changes: 0 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ author: Specfy
description: |-
Run Specfy's Stack Analyser and send update to Specfy API
inputs:
token:
description: |-
Specfy Project's Token
required: true
runs:
using: 'docker'
Expand Down

0 comments on commit ebe7d8b

Please sign in to comment.