Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Apr 20, 2023
1 parent 5d40422 commit f05acff
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,20 @@ jobs:
id: move-ldap-config
run: |
pwd "${{ github.workspace }}"
ls -R "${{ github.workspace }}"
pwd "${{ github.home }}"
cp -Rv "${{ github.workspace }}"/docker "${{ github.home }}"/docker
move-ldap-config2:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Move LDAP configs2
id: move-ldap-config2
run: |
pwd "${{ github.workspace }}"
pwd "${{ github.home }}"
ls -R "${{ github.home }}"/docker
test-postgres:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit f05acff

Please sign in to comment.