Skip to content

Commit a50091b

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/validate.yml

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

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

0 commit comments

Comments
 (0)