mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 16:43:16 +08:00
DEV: Remove unused step in tests workflow (#30838)
This commit is contained in:
parent
0718f940fa
commit
e63a804ec9
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
@ -102,13 +102,6 @@ jobs:
|
|||
sudo -E -u postgres script/start_test_db.rb
|
||||
sudo -u postgres psql -c "CREATE ROLE $PGUSER LOGIN SUPERUSER PASSWORD '$PGPASSWORD';"
|
||||
|
||||
- name: Container envs
|
||||
id: container-envs
|
||||
run: |
|
||||
echo "ruby_version=$RUBY_VERSION" >> $GITHUB_OUTPUT
|
||||
echo "debian_release=$DEBIAN_RELEASE" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- name: Symlink vendor/bundle from image
|
||||
run: |
|
||||
ln -s /var/www/discourse/vendor/bundle vendor/bundle
|
||||
|
|
Loading…
Reference in New Issue
Block a user