Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Dec 5, 2024
1 parent dceeeaa commit ef1823a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,13 @@ jobs:
runs-on: ubuntu-latest
container:
image: oryd/ory:v1.1.0
# temporary until we release new image
options: --user root
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# temporary until we release new image
- name: add bash
run: apk add bash
- name: read files from the repo
run: cat README.md
- name: write to file
run: echo "am i read/write?" > write
- name: read created file
run: cat write
- name: run script from filesystem
shell: bash
run: |
./scripts/hello.sh
# - name: Check integration
# run: ory get project ${{ env.ORY_PROJECT_ID }}
- name: Check integration
run: ory get project ${{ env.ORY_PROJECT_ID }}
3 changes: 0 additions & 3 deletions scripts/hello.sh

This file was deleted.

0 comments on commit ef1823a

Please sign in to comment.