Skip to content

Commit

Permalink
added all files
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent 1f5147c commit 3c12b46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: selene --version

external-org-false-failure:
name: Test setup-foreman action allow-external-gitub-org false
name: Test allow-external-gitub-org false expect failure
strategy:
matrix:
os: ["ubuntu-latest"]
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: exit 0

external-org-false-success:
name: Test setup-foreman action allow-external-gitub-org false
name: Test allow-external-gitub-org false expect success
strategy:
matrix:
os: ["ubuntu-latest"]
Expand All @@ -105,9 +105,8 @@ jobs:
- run: npm run all
- run: npm run pack

- name: setup-foreman-failure
- name: setup-foreman-success
uses: ./
id: setup-foreman-failure
with:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
5 changes: 5 additions & 0 deletions tests-external-org/foreman.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This file is used as a way to make sure that setup-foreman is functioning.

[tools]
selene = { source = "Roblox/Kampfkarren-selene", version = "0.15.0" }
stylua = { source = "Roblox/JohnnyMorganz-stylua", version = "0.18.1" }

0 comments on commit 3c12b46

Please sign in to comment.