Skip to content

Commit 78fdc5c

Browse files
committed
test: add more steps to validation pipeline
Signed-off-by: Nico Braun <[email protected]>
1 parent b080992 commit 78fdc5c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/validate.yml

+11
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ jobs:
3535
- name: Run Tests
3636
run: npm run test
3737

38+
- name: configure local
39+
use: ./
40+
with:
41+
provider: linode
42+
region: us-east-1
43+
44+
- name: check that config file is in runner tmp
45+
run: test -f $RUNNER_TEMP/s3cmd.conf
46+
47+
- name: check config
48+
run: s3cmd --dump-config

0 commit comments

Comments
 (0)