Skip to content

Commit 3980454

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/validate.yml

+10
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ 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+
access_key: supersecret
44+
secret_key: supersecret
45+
46+
- name: check that s3cmd works
47+
run: s3cmd --dump-config

0 commit comments

Comments
 (0)