Skip to content

Commit

Permalink
Config (#422)
Browse files Browse the repository at this point in the history
* add yaml dependency

* implement config parsing

* add not-allowed dev dependency

* add first batch of tests, error handling

* name github jobs more accurately

* cleanup

* implement searching for default config files and add more tests

* ignore default config filenames

* run the whole test suite

* test fixes

* run npm audit fix

* fix default profile being applied incorrectly
  • Loading branch information
echo-bravo-yahoo authored Nov 26, 2024
1 parent 5bb7f4a commit e37507e
Show file tree
Hide file tree
Showing 15 changed files with 715 additions and 2,200 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: ["v3"]

jobs:
build:
lint:
runs-on: ubuntu-latest
timeout-minutes: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
branches: ["v3"]

jobs:
build:
test:
runs-on: ubuntu-latest
timeout-minutes: 3

Expand Down
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ experiments
.log
coverage
test-results.xml
.history
.history

# default fauna config file names
fauna.config.yaml,
fauna.config.yml,
fauna.config.json,
.fauna.config.yaml,
.fauna.config.yml,
.fauna.config.json,
Loading

0 comments on commit e37507e

Please sign in to comment.