Skip to content

Commit

Permalink
Create deps-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Oct 14, 2023
1 parent 8a2f3df commit 5caea7d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deps-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test of dependency submission
on:
push:
branches: ['main']
workflow_dispatch:

jobs:
submit-deps:
runs-on: ubuntu-latest
container: swift:5.9-jammy
steps:
- name: Curl curl
run: apt update && apt upgrade -y && apt install -y curl
- name: Checkout
uses: actions/checkout@v4
- name: Gen deps
uses: vapor/ci/.github/actions/generate-swift-dependencies@main
with:
branch: refs/heads/main
commit: '8a2f3dfefe51889bc123ccfbc4039331bc294717'

0 comments on commit 5caea7d

Please sign in to comment.