Skip to content

Commit 86ddad3

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

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+
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+
cat $RUNNER_TEMP/s3cmd.conf
48+
s3cmd --dump-config

0 commit comments

Comments
 (0)