Skip to content

Commit

Permalink
e2e: add a sample config file as config.yaml.sample
Browse files Browse the repository at this point in the history
and remove the config.yaml from the git repo. This way users don't have
to revert their changes to the config file before commiting changes.

Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur authored and ShyamsundarR committed Jan 3, 2025
1 parent e6f4395 commit 638d31e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Run e2e tests
run: |
cat e2e/config.yaml.sample >> e2e/config.yaml
cat ~/.config/drenv/rdr/config.yaml >> e2e/config.yaml
make e2e-rdr
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
/bin
/testbin/*

# config files
/e2e/config.yaml

# Test binary, build with `go test -c`
*.test

Expand Down
File renamed without changes.

0 comments on commit 638d31e

Please sign in to comment.